#7ae839
a balanced, electric green · cool · closest name: lime
RGB
122, 232, 57
HSL
98°, 79%, 57%
CMYK
47, 0, 75, 9
Luminance
0.6215
Every format
| HEX | #7ae839 |
| RGB | rgb(122, 232, 57) |
| HSL | hsl(98, 79%, 57%) |
| CMYK | cmyk(47%, 0%, 75%, 9%) |
| LAB | lab(83.0 -59.6 70.0) |
| LCH | lch(83.0 91.9 130.4) |
| OKLCH | oklch(0.834 0.228 136.7) |
Copy-ready code
/* CSS */
color: #7ae839;
background-color: #7ae839;
/* Tailwind (arbitrary) */
class="text-[#7ae839] bg-[#7ae839]"
/* SCSS */
$brand: #7ae839;
/* SwiftUI */
Color(red: 0.478, green: 0.910, blue: 0.224)
/* Android */
Color.parseColor("#7ae839")Accessibility — WCAG contrast
Aa
#7ae839 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ae839 on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green91.0%
Blue22.4%
CMYK percentages
Cyan47.4%
Magenta0.0%
Yellow75.4%
Key (black)9.0%
Color previews
#7ae839 text on a black background
contrast 13.43:1
Card sample
#7ae839 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ae839;
Background color
Panel with #7ae839 background
background-color: #7ae839;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ae839;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 232, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 232, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ae839; background: linear-gradient(135deg, #7ae839, #39E86D);