#02a41f
a dark, electric green · cool · closest name: green
RGB
2, 164, 31
HSL
131°, 98%, 33%
CMYK
99, 0, 81, 36
Luminance
0.2666
Every format
| HEX | #02a41f |
| RGB | rgb(2, 164, 31) |
| HSL | hsl(131, 98%, 33%) |
| CMYK | cmyk(99%, 0%, 81%, 36%) |
| LAB | lab(58.7 -60.6 53.8) |
| LCH | lch(58.7 81.0 138.4) |
| OKLCH | oklch(0.624 0.203 143.8) |
Copy-ready code
/* CSS */
color: #02a41f;
background-color: #02a41f;
/* Tailwind (arbitrary) */
class="text-[#02a41f] bg-[#02a41f]"
/* SCSS */
$brand: #02a41f;
/* SwiftUI */
Color(red: 0.008, green: 0.643, blue: 0.122)
/* Android */
Color.parseColor("#02a41f")Accessibility — WCAG contrast
Aa
#02a41f on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#02a41f on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green64.3%
Blue12.2%
CMYK percentages
Cyan98.8%
Magenta0.0%
Yellow81.1%
Key (black)35.7%
Color previews
#02a41f text on a black background
contrast 6.33:1
Card sample
#02a41f text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a41f;
Background color
Panel with #02a41f background
background-color: #02a41f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a41f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 164, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 164, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a41f; background: linear-gradient(135deg, #02a41f, #02A48B);