#72e310
a balanced, electric green · neutral · closest name: Lawn Green
At a glance
Every number on this page in one read: what #72e310 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 | #72e310 |
| RGB | rgb(114, 227, 16) |
| HSL | hsl(92, 87%, 48%) |
| CMYK | cmyk(50%, 0%, 93%, 11%) |
| LAB | lab(81.0 -61.6 77.2) |
| LCH | lch(81.0 98.8 128.6) |
| OKLCH | oklch(0.816 0.240 136.0) |
| Decimal | 7529232 |
| Display P3 | color(display-p3 0.447 0.890 0.063) |
Copy-ready code
/* CSS */
color: #72e310;
background-color: #72e310;
/* Tailwind (arbitrary) */
class="text-[#72e310] bg-[#72e310]"
/* SCSS */
$brand: #72e310;
/* SwiftUI */
Color(red: 0.447, green: 0.890, blue: 0.063)
/* Android */
Color.parseColor("#72e310")
/* Flutter */
Color(0xFF72E310)
/* Python / OpenCV (BGR) */
(16, 227, 114)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. #72e310 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: #EFFAE5;
--brand-200: #DCF7C4;
--brand-300: #C3F896;
--brand-400: #A6F462;
--brand-500: #88F02D;
--brand-600: #72e310;
--brand-700: #60BF0D;
--brand-800: #4D980B;
--brand-900: #3A6E0C;
--brand-950: #244508;
--brand: #72e310;
--brand-ink: #000000;
}Colors that work with #72e310
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 #72e310
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 | #8110E3 | Directly opposite — maximum tension | |
| Analogous left | #DBE310 | Neighbour, quieter | |
| Analogous right | #10E317 | Neighbour, quieter | |
| Split-complement 1 | #1710E3 | Contrast without the clash | |
| Split-complement 2 | #E310DB | Contrast without the clash | |
| Triadic 1 | #1072E3 | Even thirds — balanced and loud | |
| Triadic 2 | #E31072 | Even thirds — balanced and loud | |
| Tetradic | #10DBE3 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#72e310 text on a black background
contrast 12.71:1
#72e310 text on a white background
contrast 1.65:1
CSS3 live lab
The quick brown fox
color: #72e310;
background-color: #72e310;
Glowing headline
text-shadow: 2px 2px 8px #72e310;
Soft neon halo
text-shadow: 0 0 14px rgba(114, 227, 16, 0.45);
box-shadow: 0 12px 32px -8px rgba(114, 227, 16, 0.45);
border: 3px solid #72e310; background: linear-gradient(135deg, #72e310, #10E33B);
Monochromatic scale
Palettes built from #72e310
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.1 away, with its history, psychology and brand usage.
#72e310 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.
#72e310, answered
What color is #72e310?
#72e310 is a balanced electric green, closest to Lawn Green (ΔE2000 5.4). It sits at 92° on the hue wheel with 87% saturation and 48% lightness, which reads as neutral.
What is the RGB value of #72e310?
rgb(114, 227, 16) — 114 red, 227 green and 16 blue out of 255, or 44.7% / 89% / 6.3% by channel.
Is #72e310 a light or a dark color?
It is a light color. Relative luminance is 0.5855 and perceived brightness is 72%, so black text on it reaches 12.71:1.
Should I use black or white text on #72e310?
Black. It scores 12.71:1 against #72e310, versus 1.65:1 for white — AAA at any size.
What is the complementary color of #72e310?
#8110E3 sits directly opposite on the wheel. Softer options are the split-complements #1710E3 and #E310DB, which give the same contrast with far less vibration.
What colors go well with #72e310?
For interface work: #F7FAF4 as the surface, #D5EDC0 for borders, #709B4B for secondary text, #4A0BE8 as an accent and #3C7708 for hover and pressed states. For a palette, the analogous pair #DBE310 and #10E317 stays calm, while #8110E3 is the loudest partner.
What is #72e310 in CMYK for printing?
cmyk(50%, 0%, 93%, 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 #72e310 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 #BFE310; nudged cooler, #23E50E.