#82e521
a balanced, electric green · cool · closest name: lime
RGB
130, 229, 33
HSL
90°, 79%, 51%
CMYK
43, 0, 86, 10
Luminance
0.6089
Every format
| HEX | #82e521 |
| RGB | rgb(130, 229, 33) |
| HSL | hsl(90, 79%, 51%) |
| CMYK | cmyk(43%, 0%, 86%, 10%) |
| LAB | lab(82.3 -57.1 75.8) |
| LCH | lch(82.3 94.9 127.0) |
| OKLCH | oklch(0.829 0.230 134.2) |
Copy-ready code
/* CSS */
color: #82e521;
background-color: #82e521;
/* Tailwind (arbitrary) */
class="text-[#82e521] bg-[#82e521]"
/* SCSS */
$brand: #82e521;
/* SwiftUI */
Color(red: 0.510, green: 0.898, blue: 0.129)
/* Android */
Color.parseColor("#82e521")Accessibility — WCAG contrast
Aa
#82e521 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82e521 on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green89.8%
Blue12.9%
CMYK percentages
Cyan43.2%
Magenta0.0%
Yellow85.6%
Key (black)10.2%
Color previews
#82e521 text on a black background
contrast 13.18:1
Card sample
#82e521 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82e521;
Background color
Panel with #82e521 background
background-color: #82e521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82e521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 229, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 229, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82e521; background: linear-gradient(135deg, #82e521, #21E543);