#76fc2f
a balanced, electric green · neutral · closest name: Lawn Green
At a glance
Every number on this page in one read: what #76fc2f 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 | #76fc2f |
| RGB | rgb(118, 252, 47) |
| HSL | hsl(99, 97%, 59%) |
| CMYK | cmyk(53%, 0%, 81%, 1%) |
| LAB | lab(88.8 -68.4 78.1) |
| LCH | lch(88.8 103.8 131.2) |
| OKLCH | oklch(0.881 0.256 137.8) |
| Decimal | 7797807 |
| Display P3 | color(display-p3 0.463 0.988 0.184) |
Copy-ready code
/* CSS */
color: #76fc2f;
background-color: #76fc2f;
/* Tailwind (arbitrary) */
class="text-[#76fc2f] bg-[#76fc2f]"
/* SCSS */
$brand: #76fc2f;
/* SwiftUI */
Color(red: 0.463, green: 0.988, blue: 0.184)
/* Android */
Color.parseColor("#76fc2f")
/* Flutter */
Color(0xFF76FC2F)
/* Python / OpenCV (BGR) */
(47, 252, 118)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. #76fc2f is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F5FDF1;
--brand-100: #ECFCE4;
--brand-200: #D5FBC1;
--brand-300: #B6FD90;
--brand-400: #92FD59;
--brand-500: #76fc2f;
--brand-600: #56F103;
--brand-700: #48C903;
--brand-800: #39A102;
--brand-900: #2C7406;
--brand-950: #1C4804;
--brand: #76fc2f;
--brand-ink: #000000;
}Colors that work with #76fc2f
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 #76fc2f
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 | #B52FFC | Directly opposite — maximum tension | |
| Analogous left | #DDFC2F | Neighbour, quieter | |
| Analogous right | #2FFC4E | Neighbour, quieter | |
| Split-complement 1 | #4E2FFC | Contrast without the clash | |
| Split-complement 2 | #FC2FDD | Contrast without the clash | |
| Triadic 1 | #2F76FC | Even thirds — balanced and loud | |
| Triadic 2 | #FC2F76 | Even thirds — balanced and loud | |
| Tetradic | #2FDDFC | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#76fc2f text on a black background
contrast 15.74:1
#76fc2f text on a white background
contrast 1.33:1
CSS3 live lab
The quick brown fox
color: #76fc2f;
background-color: #76fc2f;
Glowing headline
text-shadow: 2px 2px 8px #76fc2f;
Soft neon halo
text-shadow: 0 0 14px rgba(118, 252, 47, 0.45);
box-shadow: 0 12px 32px -8px rgba(118, 252, 47, 0.45);
border: 3px solid #76fc2f; background: linear-gradient(135deg, #76fc2f, #2FFC70);
Monochromatic scale
Palettes built from #76fc2f
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: Chartreuse (#7fff00) — ΔE2000 2.1 away, with its history, psychology and brand usage.
#76fc2f 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.
#76fc2f, answered
What color is #76fc2f?
#76fc2f is a balanced electric green, closest to Lawn Green (ΔE2000 1.8). It sits at 99° on the hue wheel with 97% saturation and 59% lightness, which reads as neutral.
What is the RGB value of #76fc2f?
rgb(118, 252, 47) — 118 red, 252 green and 47 blue out of 255, or 46.3% / 98.8% / 18.4% by channel.
Is #76fc2f a light or a dark color?
It is a light color. Relative luminance is 0.7368 and perceived brightness is 80%, so black text on it reaches 15.74:1.
Should I use black or white text on #76fc2f?
Black. It scores 15.74:1 against #76fc2f, versus 1.33:1 for white — AAA at any size.
What is the complementary color of #76fc2f?
#B52FFC sits directly opposite on the wheel. Softer options are the split-complements #4E2FFC and #FC2FDD, which give the same contrast with far less vibration.
What colors go well with #76fc2f?
For interface work: #F6FAF4 as the surface, #CFEDC0 for borders, #669B4B for secondary text, #812CFF as an accent and #2D7E02 for hover and pressed states. For a palette, the analogous pair #DDFC2F and #2FFC4E stays calm, while #B52FFC is the loudest partner.
What is #76fc2f in CMYK for printing?
cmyk(53%, 0%, 81%, 1%). 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 #76fc2f warm or cool?
Neutral — it scores 54 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C1FC2F; nudged cooler, #2DFE31.