HEX color reference

What color is #4D7C0F?

#4D7C0F is a lime color suited for deep lime accent, nature brand, dark success UI. It works best when used deliberately for growth highlights, eco accents, energetic badges, with contrast checked against the final background and text size.

This page gives practical values for #4D7C0F: RGB, HSL, readable text color, WCAG-style contrast, palette ideas, tints, shades, and code snippets. It is built for designers and developers who need more than a single color swatch.

#4D7C0F
Lime 700

Color values

HEX
#4D7C0F
RGB
rgb(77, 124, 15)
HSL
hsl(86, 78%, 27%)
Color family
lime

Contrast

The suggested readable text color for #4D7C0F is #FFFFFF. Always test final typography and component size before shipping.

vs white: 4.99
vs black: 4.21
Preview text on #4D7C0F

Best uses

  • - Growth highlights
  • - Eco accents
  • - Energetic badges
  • - Chart colors

Palette ideas for #4D7C0F

CSS and design token examples

Use these snippets as a starting point, then rename the token by purpose: primary, success, warning, accent, or surface. A named token is easier to maintain than repeating #4D7C0F across many components.

CSS variables
:root {
  --primary: #4D7C0F;
  --primary-rgb: 77, 124, 15;
  --primary-hsl: 86 78% 27%;
}
Tailwind config
// tailwind.config.js
export default {
  theme: {
    extend: {
      colors: {
        primary: "#4D7C0F",
      },
    },
  },
};
JSON token
{
  "primary": "#4D7C0F",
  "primaryRgb": [77, 124, 15],
  "primaryHsl": {"h": 86, "s": 78, "l": 27}
}
SCSS variables
$primary: #4D7C0F;
$primary-rgb: 77, 124, 15;
$primary-hsl: 86 78% 27%;

How to use #4D7C0F in UI

Use it with a role

Decide whether #4D7C0F is a primary action, a status color, an accent, a chart color, or a background support color before adding it to a design system.

Create states

Use tints and shades for hover, active, selected, disabled, and subtle backgrounds. Do not invent unrelated colors for each state.

Check contrast

The fastest check is black versus white text, but final UI should be tested with actual font size, weight, and surface color.

Export consistently

Copy one source format into your token layer so the same color does not drift across CSS, Tailwind, JSON, and component files.

When to use and avoid #4D7C0F

Use #4D7C0F when

Use this color when its role is visible and repeatable. It works best when it is tied to a clear interface job such as a primary action, status badge, chart highlight, product category, or brand accent. The color should help users understand the page faster.

Avoid #4D7C0F when

Avoid using it as a random decoration or applying it to too many unrelated elements. If every icon, card, heading, and button uses the same color, the color stops communicating priority. Use neutrals and tints to keep hierarchy clear.

Accessibility note

Contrast depends on the foreground and background pair, not the HEX value alone. Use the contrast scores above as an early check, then test the final component with real text size, font weight, spacing, and surrounding surfaces.

Token naming note

If #4D7C0F appears more than once in your codebase, give it a token name. Good names describe purpose, such as primary, success, warning, accent, or surface. This prevents small color differences from spreading across components.

FAQ about #4D7C0F

What is the RGB value of #4D7C0F?

The RGB value is rgb(77, 124, 15). RGB is useful when checking browser dev tools, canvas pixels, or computed CSS values.

What is the HSL value of #4D7C0F?

The HSL value is hsl(86, 78%, 27%). HSL is useful when creating lighter tints, darker shades, and calmer variations.

Which text color works best on #4D7C0F?

Based on black and white contrast, #FFFFFF is the better quick choice. For production UI, confirm the result with the final font size and component state.

Can I use #4D7C0F in Tailwind or CSS variables?

Yes. Use the export snippets above as a starting point, then rename the color by role so the value is maintainable across your project.

Related color pages