#02a511
a dark, electric green · cool · closest name: green
RGB
2, 165, 17
HSL
126°, 98%, 33%
CMYK
99, 0, 90, 35
Luminance
0.2696
Every format
| HEX | #02a511 |
| RGB | rgb(2, 165, 17) |
| HSL | hsl(126, 98%, 33%) |
| CMYK | cmyk(99%, 0%, 90%, 35%) |
| LAB | lab(58.9 -61.6 57.5) |
| LCH | lch(58.9 84.3 137.0) |
| OKLCH | oklch(0.626 0.209 143.0) |
Copy-ready code
/* CSS */
color: #02a511;
background-color: #02a511;
/* Tailwind (arbitrary) */
class="text-[#02a511] bg-[#02a511]"
/* SCSS */
$brand: #02a511;
/* SwiftUI */
Color(red: 0.008, green: 0.647, blue: 0.067)
/* Android */
Color.parseColor("#02a511")Accessibility — WCAG contrast
Aa
#02a511 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#02a511 on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green64.7%
Blue6.7%
CMYK percentages
Cyan98.8%
Magenta0.0%
Yellow89.7%
Key (black)35.3%
Color previews
#02a511 text on a black background
contrast 6.39:1
Card sample
#02a511 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a511;
Background color
Panel with #02a511 background
background-color: #02a511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 165, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 165, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a511; background: linear-gradient(135deg, #02a511, #02A57D);