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