#76e430
a balanced, electric green · neutral · closest name: Lawn Green
At a glance
Every number on this page in one read: what #76e430 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 | #76e430 |
| RGB | rgb(118, 228, 48) |
| HSL | hsl(97, 77%, 54%) |
| CMYK | cmyk(48%, 0%, 79%, 11%) |
| LAB | lab(81.6 -59.7 71.3) |
| LCH | lch(81.6 93.0 130.0) |
| OKLCH | oklch(0.822 0.229 136.5) |
| Decimal | 7791664 |
| Display P3 | color(display-p3 0.463 0.894 0.188) |
Copy-ready code
/* CSS */
color: #76e430;
background-color: #76e430;
/* Tailwind (arbitrary) */
class="text-[#76e430] bg-[#76e430]"
/* SCSS */
$brand: #76e430;
/* SwiftUI */
Color(red: 0.463, green: 0.894, blue: 0.188)
/* Android */
Color.parseColor("#76e430")
/* Flutter */
Color(0xFF76E430)
/* Python / OpenCV (BGR) */
(48, 228, 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. #76e430 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: #F6FCF3;
--brand-100: #EEF9E7;
--brand-200: #D9F4C7;
--brand-300: #BDF29C;
--brand-400: #9CEC6A;
--brand-500: #76e430;
--brand-600: #65D91C;
--brand-700: #54B418;
--brand-800: #449013;
--brand-900: #346812;
--brand-950: #20410B;
--brand: #76e430;
--brand-ink: #000000;
}Colors that work with #76e430
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 #76e430
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 | #9E30E4 | Directly opposite — maximum tension | |
| Analogous left | #D0E430 | Neighbour, quieter | |
| Analogous right | #30E444 | Neighbour, quieter | |
| Split-complement 1 | #4430E4 | Contrast without the clash | |
| Split-complement 2 | #E430D0 | Contrast without the clash | |
| Triadic 1 | #3076E4 | Even thirds — balanced and loud | |
| Triadic 2 | #E43076 | Even thirds — balanced and loud | |
| Tetradic | #30D0E4 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#76e430 text on a black background
contrast 12.91:1
#76e430 text on a white background
contrast 1.63:1
CSS3 live lab
The quick brown fox
color: #76e430;
background-color: #76e430;
Glowing headline
text-shadow: 2px 2px 8px #76e430;
Soft neon halo
text-shadow: 0 0 14px rgba(118, 228, 48, 0.45);
box-shadow: 0 12px 32px -8px rgba(118, 228, 48, 0.45);
border: 3px solid #76e430; background: linear-gradient(135deg, #76e430, #30E462);
Monochromatic scale
Palettes built from #76e430
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 6.2 away, with its history, psychology and brand usage.
#76e430 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.
#76e430, answered
What color is #76e430?
#76e430 is a balanced electric green, closest to Lawn Green (ΔE2000 5.6). It sits at 97° on the hue wheel with 77% saturation and 54% lightness, which reads as neutral.
What is the RGB value of #76e430?
rgb(118, 228, 48) — 118 red, 228 green and 48 blue out of 255, or 46.3% / 89.4% / 18.8% by channel.
Is #76e430 a light or a dark color?
It is a light color. Relative luminance is 0.5955 and perceived brightness is 73%, so black text on it reaches 12.91:1.
Should I use black or white text on #76e430?
Black. It scores 12.91:1 against #76e430, versus 1.63:1 for white — AAA at any size.
What is the complementary color of #76e430?
#9E30E4 sits directly opposite on the wheel. Softer options are the split-complements #4430E4 and #E430D0, which give the same contrast with far less vibration.
What colors go well with #76e430?
For interface work: #F7FAF4 as the surface, #D1EDC0 for borders, #6A9B4B for secondary text, #702BE9 as an accent and #35710F for hover and pressed states. For a palette, the analogous pair #D0E430 and #30E444 stays calm, while #9E30E4 is the loudest partner.
What is #76e430 in CMYK for printing?
cmyk(48%, 0%, 79%, 11%). 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 #76e430 warm or cool?
Neutral — it scores 53 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #B8E430; nudged cooler, #32E62E.