#00cb47
a dark, electric green · cool · closest name: forestgreen
RGB
0, 203, 71
HSL
141°, 100%, 40%
CMYK
100, 0, 65, 20
Luminance
0.4317
Every format
| HEX | #00cb47 |
| RGB | rgb(0, 203, 71) |
| HSL | hsl(141, 100%, 40%) |
| CMYK | cmyk(100%, 0%, 65%, 20%) |
| LAB | lab(71.7 -68.6 52.4) |
| LCH | lch(71.7 86.3 142.6) |
| OKLCH | oklch(0.733 0.221 146.5) |
Copy-ready code
/* CSS */
color: #00cb47;
background-color: #00cb47;
/* Tailwind (arbitrary) */
class="text-[#00cb47] bg-[#00cb47]"
/* SCSS */
$brand: #00cb47;
/* SwiftUI */
Color(red: 0.000, green: 0.796, blue: 0.278)
/* Android */
Color.parseColor("#00cb47")Accessibility — WCAG contrast
Aa
#00cb47 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00cb47 on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green79.6%
Blue27.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow65.0%
Key (black)20.4%
Color previews
#00cb47 text on a black background
contrast 9.63:1
Card sample
#00cb47 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00cb47;
Background color
Panel with #00cb47 background
background-color: #00cb47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00cb47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 203, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 203, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00cb47; background: linear-gradient(135deg, #00cb47, #00C8CB);