#4df50d
a balanced, electric green · neutral · closest name: Lime
At a glance
Every number on this page in one read: what #4df50d is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #4df50d |
| RGB | rgb(77, 245, 13) |
| HSL | hsl(103, 92%, 51%) |
| CMYK | cmyk(69%, 0%, 95%, 4%) |
| LAB | lab(85.5 -76.3 80.6) |
| LCH | lch(85.5 111.0 133.4) |
| OKLCH | oklch(0.850 0.272 140.2) |
| Decimal | 5109005 |
| Display P3 | color(display-p3 0.302 0.961 0.051) |
Copy-ready code
/* CSS */
color: #4df50d;
background-color: #4df50d;
/* Tailwind (arbitrary) */
class="text-[#4df50d] bg-[#4df50d]"
/* SCSS */
$brand: #4df50d;
/* SwiftUI */
Color(red: 0.302, green: 0.961, blue: 0.051)
/* Android */
Color.parseColor("#4df50d")
/* Flutter */
Color(0xFF4DF50D)
/* Python / OpenCV (BGR) */
(13, 245, 77)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #4df50d is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F5FDF2;
--brand-100: #EBFBE4;
--brand-200: #D2F9C3;
--brand-300: #B0FB93;
--brand-400: #88F85D;
--brand-500: #61F627;
--brand-600: #4df50d;
--brand-700: #3CC408;
--brand-800: #309D06;
--brand-900: #267109;
--brand-950: #184706;
--brand: #4df50d;
--brand-ink: #000000;
}Colors that work with #4df50d
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #4df50d
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #B50DF5 | Directly opposite — maximum tension | |
| Analogous left | #C1F50D | Neighbour, quieter | |
| Analogous right | #0DF541 | Neighbour, quieter | |
| Split-complement 1 | #410DF5 | Contrast without the clash | |
| Split-complement 2 | #F50DC1 | Contrast without the clash | |
| Triadic 1 | #0D4DF5 | Even thirds — balanced and loud | |
| Triadic 2 | #F50D4D | Even thirds — balanced and loud | |
| Tetradic | #0DC1F5 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#4df50d text on a black background
contrast 14.38:1
#4df50d text on a white background
contrast 1.46:1
CSS3 live lab
The quick brown fox
color: #4df50d;
background-color: #4df50d;
Glowing headline
text-shadow: 2px 2px 8px #4df50d;
Soft neon halo
text-shadow: 0 0 14px rgba(77, 245, 13, 0.45);
box-shadow: 0 12px 32px -8px rgba(77, 245, 13, 0.45);
border: 3px solid #4df50d; background: linear-gradient(135deg, #4df50d, #0DF568);
Monochromatic scale
Palettes built from #4df50d
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Lime (#00ff00) — ΔE2000 2.6 away, with its history, psychology and brand usage.
#4df50d in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#4df50d, answered
What color is #4df50d?
#4df50d is a balanced electric green, closest to Lime (ΔE2000 2.6). It sits at 103° on the hue wheel with 92% saturation and 51% lightness, which reads as neutral.
What is the RGB value of #4df50d?
rgb(77, 245, 13) — 77 red, 245 green and 13 blue out of 255, or 30.2% / 96.1% / 5.1% by channel.
Is #4df50d a light or a dark color?
It is a light color. Relative luminance is 0.6691 and perceived brightness is 75%, so black text on it reaches 14.38:1.
Should I use black or white text on #4df50d?
Black. It scores 14.38:1 against #4df50d, versus 1.46:1 for white — AAA at any size.
What is the complementary color of #4df50d?
#B50DF5 sits directly opposite on the wheel. Softer options are the split-complements #410DF5 and #F50DC1, which give the same contrast with far less vibration.
What colors go well with #4df50d?
For interface work: #F6FAF4 as the surface, #CCEDC0 for borders, #619B4B for secondary text, #7B08FA as an accent and #267A05 for hover and pressed states. For a palette, the analogous pair #C1F50D and #0DF541 stays calm, while #B50DF5 is the loudest partner.
What is #4df50d in CMYK for printing?
cmyk(69%, 0%, 95%, 4%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #4df50d warm or cool?
Neutral — it scores 56 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #A2F50D; nudged cooler, #0AF820.