#7ae813
a balanced, electric green · neutral · closest name: Lawn Green
At a glance
Every number on this page in one read: what #7ae813 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 | #7ae813 |
| RGB | rgb(122, 232, 19) |
| HSL | hsl(91, 85%, 49%) |
| CMYK | cmyk(47%, 0%, 92%, 9%) |
| LAB | lab(82.9 -61.0 78.4) |
| LCH | lch(82.9 99.3 127.9) |
| OKLCH | oklch(0.832 0.241 135.3) |
| Decimal | 8054803 |
| Display P3 | color(display-p3 0.478 0.910 0.075) |
Copy-ready code
/* CSS */
color: #7ae813;
background-color: #7ae813;
/* Tailwind (arbitrary) */
class="text-[#7ae813] bg-[#7ae813]"
/* SCSS */
$brand: #7ae813;
/* SwiftUI */
Color(red: 0.478, green: 0.910, blue: 0.075)
/* Android */
Color.parseColor("#7ae813")
/* Flutter */
Color(0xFF7AE813)
/* Python / OpenCV (BGR) */
(19, 232, 122)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. #7ae813 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: #F7FCF2;
--brand-100: #EFFAE5;
--brand-200: #DDF7C5;
--brand-300: #C5F797;
--brand-400: #A8F263;
--brand-500: #8CEE30;
--brand-600: #7ae813;
--brand-700: #63BD0F;
--brand-800: #4F970C;
--brand-900: #3C6D0D;
--brand-950: #254408;
--brand: #7ae813;
--brand-ink: #000000;
}Colors that work with #7ae813
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 #7ae813
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 | #8113E8 | Directly opposite — maximum tension | |
| Analogous left | #E4E813 | Neighbour, quieter | |
| Analogous right | #13E816 | Neighbour, quieter | |
| Split-complement 1 | #1613E8 | Contrast without the clash | |
| Split-complement 2 | #E813E4 | Contrast without the clash | |
| Triadic 1 | #137AE8 | Even thirds — balanced and loud | |
| Triadic 2 | #E8137A | Even thirds — balanced and loud | |
| Tetradic | #13E4E8 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#7ae813 text on a black background
contrast 13.38:1
#7ae813 text on a white background
contrast 1.57:1
CSS3 live lab
The quick brown fox
color: #7ae813;
background-color: #7ae813;
Glowing headline
text-shadow: 2px 2px 8px #7ae813;
Soft neon halo
text-shadow: 0 0 14px rgba(122, 232, 19, 0.45);
box-shadow: 0 12px 32px -8px rgba(122, 232, 19, 0.45);
border: 3px solid #7ae813; background: linear-gradient(135deg, #7ae813, #13E83A);
Monochromatic scale
Palettes built from #7ae813
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.9 away, with its history, psychology and brand usage.
#7ae813 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.
#7ae813, answered
What color is #7ae813?
#7ae813 is a balanced electric green, closest to Lawn Green (ΔE2000 4.3). It sits at 91° on the hue wheel with 85% saturation and 49% lightness, which reads as neutral.
What is the RGB value of #7ae813?
rgb(122, 232, 19) — 122 red, 232 green and 19 blue out of 255, or 47.8% / 91% / 7.5% by channel.
Is #7ae813 a light or a dark color?
It is a light color. Relative luminance is 0.6190 and perceived brightness is 74%, so black text on it reaches 13.38:1.
Should I use black or white text on #7ae813?
Black. It scores 13.38:1 against #7ae813, versus 1.57:1 for white — AAA at any size.
What is the complementary color of #7ae813?
#8113E8 sits directly opposite on the wheel. Softer options are the split-complements #1613E8 and #E813E4, which give the same contrast with far less vibration.
What colors go well with #7ae813?
For interface work: #F7FAF4 as the surface, #D5EDC0 for borders, #719B4B for secondary text, #490EED as an accent and #3E760A for hover and pressed states. For a palette, the analogous pair #E4E813 and #13E816 stays calm, while #8113E8 is the loudest partner.
What is #7ae813 in CMYK for printing?
cmyk(47%, 0%, 92%, 9%). 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 #7ae813 warm or cool?
Neutral — it scores 50 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C8E813; nudged cooler, #2AEA10.