#7ae014
a balanced, electric green · cool · closest name: lime
RGB
122, 224, 20
HSL
90°, 84%, 48%
CMYK
46, 0, 91, 12
Luminance
0.5750
Every format
| HEX | #7ae014 |
| RGB | rgb(122, 224, 20) |
| HSL | hsl(90, 84%, 48%) |
| CMYK | cmyk(46%, 0%, 91%, 12%) |
| LAB | lab(80.5 -58.0 76.3) |
| LCH | lch(80.5 95.9 127.3) |
| OKLCH | oklch(0.812 0.232 134.7) |
Copy-ready code
/* CSS */
color: #7ae014;
background-color: #7ae014;
/* Tailwind (arbitrary) */
class="text-[#7ae014] bg-[#7ae014]"
/* SCSS */
$brand: #7ae014;
/* SwiftUI */
Color(red: 0.478, green: 0.878, blue: 0.078)
/* Android */
Color.parseColor("#7ae014")Accessibility — WCAG contrast
Aa
#7ae014 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ae014 on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green87.8%
Blue7.8%
CMYK percentages
Cyan45.5%
Magenta0.0%
Yellow91.1%
Key (black)12.2%
Color previews
#7ae014 text on a black background
contrast 12.50:1
Card sample
#7ae014 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ae014;
Background color
Panel with #7ae014 background
background-color: #7ae014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ae014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 224, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 224, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ae014; background: linear-gradient(135deg, #7ae014, #14E036);