#62e521
a balanced, electric green · cool · closest name: lime
RGB
98, 229, 33
HSL
100°, 79%, 51%
CMYK
57, 0, 86, 10
Luminance
0.5875
Every format
| HEX | #62e521 |
| RGB | rgb(98, 229, 33) |
| HSL | hsl(100, 79%, 51%) |
| CMYK | cmyk(57%, 0%, 86%, 10%) |
| LAB | lab(81.2 -66.2 74.3) |
| LCH | lch(81.2 99.5 131.7) |
| OKLCH | oklch(0.816 0.245 138.4) |
Copy-ready code
/* CSS */
color: #62e521;
background-color: #62e521;
/* Tailwind (arbitrary) */
class="text-[#62e521] bg-[#62e521]"
/* SCSS */
$brand: #62e521;
/* SwiftUI */
Color(red: 0.384, green: 0.898, blue: 0.129)
/* Android */
Color.parseColor("#62e521")Accessibility — WCAG contrast
Aa
#62e521 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62e521 on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green89.8%
Blue12.9%
CMYK percentages
Cyan57.2%
Magenta0.0%
Yellow85.6%
Key (black)10.2%
Color previews
#62e521 text on a black background
contrast 12.75:1
Card sample
#62e521 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62e521;
Background color
Panel with #62e521 background
background-color: #62e521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62e521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 229, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 229, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62e521; background: linear-gradient(135deg, #62e521, #21E563);