#7ae71f
a balanced, electric green · cool · closest name: lime
RGB
122, 231, 31
HSL
93°, 81%, 51%
CMYK
47, 0, 87, 9
Luminance
0.6139
Every format
| HEX | #7ae71f |
| RGB | rgb(122, 231, 31) |
| HSL | hsl(93, 81%, 51%) |
| CMYK | cmyk(47%, 0%, 87%, 9%) |
| LAB | lab(82.6 -60.4 76.3) |
| LCH | lch(82.6 97.3 128.4) |
| OKLCH | oklch(0.830 0.237 135.5) |
Copy-ready code
/* CSS */
color: #7ae71f;
background-color: #7ae71f;
/* Tailwind (arbitrary) */
class="text-[#7ae71f] bg-[#7ae71f]"
/* SCSS */
$brand: #7ae71f;
/* SwiftUI */
Color(red: 0.478, green: 0.906, blue: 0.122)
/* Android */
Color.parseColor("#7ae71f")Accessibility — WCAG contrast
Aa
#7ae71f on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ae71f on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green90.6%
Blue12.2%
CMYK percentages
Cyan47.2%
Magenta0.0%
Yellow86.6%
Key (black)9.4%
Color previews
#7ae71f text on a black background
contrast 13.28:1
Card sample
#7ae71f text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ae71f;
Background color
Panel with #7ae71f background
background-color: #7ae71f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ae71f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 231, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 231, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ae71f; background: linear-gradient(135deg, #7ae71f, #1FE749);