#02a75f
a dark, electric green · cool · closest name: seagreen
RGB
2, 167, 95
HSL
154°, 98%, 33%
CMYK
99, 0, 43, 35
Luminance
0.2848
Every format
| HEX | #02a75f |
| RGB | rgb(2, 167, 95) |
| HSL | hsl(154, 98%, 33%) |
| CMYK | cmyk(99%, 0%, 43%, 35%) |
| LAB | lab(60.3 -53.4 27.2) |
| LCH | lch(60.3 59.9 153.0) |
| OKLCH | oklch(0.640 0.158 154.8) |
Copy-ready code
/* CSS */
color: #02a75f;
background-color: #02a75f;
/* Tailwind (arbitrary) */
class="text-[#02a75f] bg-[#02a75f]"
/* SCSS */
$brand: #02a75f;
/* SwiftUI */
Color(red: 0.008, green: 0.655, blue: 0.373)
/* Android */
Color.parseColor("#02a75f")Accessibility — WCAG contrast
Aa
#02a75f on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#02a75f on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green65.5%
Blue37.3%
CMYK percentages
Cyan98.8%
Magenta0.0%
Yellow43.1%
Key (black)34.5%
Color previews
#02a75f text on a black background
contrast 6.70:1
Card sample
#02a75f text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a75f;
Background color
Panel with #02a75f background
background-color: #02a75f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a75f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 167, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 167, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a75f; background: linear-gradient(135deg, #02a75f, #0281A7);