#02c02a
a dark, electric green · cool · closest name: green
RGB
2, 192, 42
HSL
133°, 98%, 38%
CMYK
99, 0, 78, 25
Luminance
0.3788
Every format
| HEX | #02c02a |
| RGB | rgb(2, 192, 42) |
| HSL | hsl(133, 98%, 38%) |
| CMYK | cmyk(99%, 0%, 78%, 25%) |
| LAB | lab(67.9 -67.9 59.3) |
| LCH | lch(67.9 90.2 138.9) |
| OKLCH | oklch(0.701 0.226 144.1) |
Copy-ready code
/* CSS */
color: #02c02a;
background-color: #02c02a;
/* Tailwind (arbitrary) */
class="text-[#02c02a] bg-[#02c02a]"
/* SCSS */
$brand: #02c02a;
/* SwiftUI */
Color(red: 0.008, green: 0.753, blue: 0.165)
/* Android */
Color.parseColor("#02c02a")Accessibility — WCAG contrast
Aa
#02c02a on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02c02a on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green75.3%
Blue16.5%
CMYK percentages
Cyan99.0%
Magenta0.0%
Yellow78.1%
Key (black)24.7%
Color previews
#02c02a text on a black background
contrast 8.58:1
Card sample
#02c02a text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02c02a;
Background color
Panel with #02c02a background
background-color: #02c02a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02c02a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 192, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 192, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02c02a; background: linear-gradient(135deg, #02c02a, #02C0A8);