#02a40f
a dark, electric green · cool · closest name: green
RGB
2, 164, 15
HSL
125°, 98%, 33%
CMYK
99, 0, 91, 36
Luminance
0.2660
Every format
| HEX | #02a40f |
| RGB | rgb(2, 164, 15) |
| HSL | hsl(125, 98%, 33%) |
| CMYK | cmyk(99%, 0%, 91%, 36%) |
| LAB | lab(58.6 -61.4 57.6) |
| LCH | lch(58.6 84.2 136.8) |
| OKLCH | oklch(0.623 0.209 142.9) |
Copy-ready code
/* CSS */
color: #02a40f;
background-color: #02a40f;
/* Tailwind (arbitrary) */
class="text-[#02a40f] bg-[#02a40f]"
/* SCSS */
$brand: #02a40f;
/* SwiftUI */
Color(red: 0.008, green: 0.643, blue: 0.059)
/* Android */
Color.parseColor("#02a40f")Accessibility — WCAG contrast
Aa
#02a40f on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#02a40f on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green64.3%
Blue5.9%
CMYK percentages
Cyan98.8%
Magenta0.0%
Yellow90.9%
Key (black)35.7%
Color previews
#02a40f text on a black background
contrast 6.32:1
Card sample
#02a40f text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a40f;
Background color
Panel with #02a40f background
background-color: #02a40f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a40f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 164, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 164, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a40f; background: linear-gradient(135deg, #02a40f, #02A47B);