#72e521
a balanced, electric green · cool · closest name: lime
RGB
114, 229, 33
HSL
95°, 79%, 51%
CMYK
50, 0, 86, 10
Luminance
0.5973
Every format
| HEX | #72e521 |
| RGB | rgb(114, 229, 33) |
| HSL | hsl(95, 79%, 51%) |
| CMYK | cmyk(50%, 0%, 86%, 10%) |
| LAB | lab(81.7 -61.9 75.0) |
| LCH | lch(81.7 97.2 129.5) |
| OKLCH | oklch(0.822 0.238 136.5) |
Copy-ready code
/* CSS */
color: #72e521;
background-color: #72e521;
/* Tailwind (arbitrary) */
class="text-[#72e521] bg-[#72e521]"
/* SCSS */
$brand: #72e521;
/* SwiftUI */
Color(red: 0.447, green: 0.898, blue: 0.129)
/* Android */
Color.parseColor("#72e521")Accessibility — WCAG contrast
Aa
#72e521 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72e521 on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green89.8%
Blue12.9%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow85.6%
Key (black)10.2%
Color previews
#72e521 text on a black background
contrast 12.95:1
Card sample
#72e521 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72e521;
Background color
Panel with #72e521 background
background-color: #72e521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72e521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 229, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 229, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72e521; background: linear-gradient(135deg, #72e521, #21E553);