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