#74eb09
a balanced, electric green · neutral · closest name: Lawn Green
At a glance
Every number on this page in one read: what #74eb09 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 | #74eb09 |
| RGB | rgb(116, 235, 9) |
| HSL | hsl(92, 93%, 48%) |
| CMYK | cmyk(51%, 0%, 96%, 8%) |
| LAB | lab(83.5 -64.0 79.9) |
| LCH | lch(83.5 102.4 128.7) |
| OKLCH | oklch(0.837 0.248 136.2) |
| Decimal | 7662345 |
| Display P3 | color(display-p3 0.455 0.922 0.035) |
Copy-ready code
/* CSS */
color: #74eb09;
background-color: #74eb09;
/* Tailwind (arbitrary) */
class="text-[#74eb09] bg-[#74eb09]"
/* SCSS */
$brand: #74eb09;
/* SwiftUI */
Color(red: 0.455, green: 0.922, blue: 0.035)
/* Android */
Color.parseColor("#74eb09")
/* Flutter */
Color(0xFF74EB09)
/* Python / OpenCV (BGR) */
(9, 235, 116)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. #74eb09 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: #F7FDF2;
--brand-100: #EFFBE4;
--brand-200: #DCF9C2;
--brand-300: #C4FB93;
--brand-400: #A7F95D;
--brand-500: #89F727;
--brand-600: #74eb09;
--brand-700: #61C408;
--brand-800: #4E9D06;
--brand-900: #3A7109;
--brand-950: #254706;
--brand: #74eb09;
--brand-ink: #000000;
}Colors that work with #74eb09
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 #74eb09
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 | #8009EB | Directly opposite — maximum tension | |
| Analogous left | #E5EB09 | Neighbour, quieter | |
| Analogous right | #09EB0F | Neighbour, quieter | |
| Split-complement 1 | #0F09EB | Contrast without the clash | |
| Split-complement 2 | #EB09E5 | Contrast without the clash | |
| Triadic 1 | #0974EB | Even thirds — balanced and loud | |
| Triadic 2 | #EB0974 | Even thirds — balanced and loud | |
| Tetradic | #09E5EB | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#74eb09 text on a black background
contrast 13.63:1
#74eb09 text on a white background
contrast 1.54:1
CSS3 live lab
The quick brown fox
color: #74eb09;
background-color: #74eb09;
Glowing headline
text-shadow: 2px 2px 8px #74eb09;
Soft neon halo
text-shadow: 0 0 14px rgba(116, 235, 9, 0.45);
box-shadow: 0 12px 32px -8px rgba(116, 235, 9, 0.45);
border: 3px solid #74eb09; background: linear-gradient(135deg, #74eb09, #09EB35);
Monochromatic scale
Palettes built from #74eb09
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 4.3 away, with its history, psychology and brand usage.
#74eb09 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.
#74eb09, answered
What color is #74eb09?
#74eb09 is a balanced electric green, closest to Lawn Green (ΔE2000 3.7). It sits at 92° on the hue wheel with 93% saturation and 48% lightness, which reads as neutral.
What is the RGB value of #74eb09?
rgb(116, 235, 9) — 116 red, 235 green and 9 blue out of 255, or 45.5% / 92.2% / 3.5% by channel.
Is #74eb09 a light or a dark color?
It is a light color. Relative luminance is 0.6315 and perceived brightness is 75%, so black text on it reaches 13.63:1.
Should I use black or white text on #74eb09?
Black. It scores 13.63:1 against #74eb09, versus 1.54:1 for white — AAA at any size.
What is the complementary color of #74eb09?
#8009EB sits directly opposite on the wheel. Softer options are the split-complements #0F09EB and #EB09E5, which give the same contrast with far less vibration.
What colors go well with #74eb09?
For interface work: #F7FAF4 as the surface, #D5EDC0 for borders, #719B4B for secondary text, #4504F0 as an accent and #3D7B05 for hover and pressed states. For a palette, the analogous pair #E5EB09 and #09EB0F stays calm, while #8009EB is the loudest partner.
What is #74eb09 in CMYK for printing?
cmyk(51%, 0%, 96%, 8%). 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 #74eb09 warm or cool?
Neutral — it scores 51 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C7EB09; nudged cooler, #1FED07.