#00cd3b
a dark, electric green · cool · closest name: forestgreen
RGB
0, 205, 59
HSL
137°, 100%, 40%
CMYK
100, 0, 71, 20
Luminance
0.4398
Every format
| HEX | #00cd3b |
| RGB | rgb(0, 205, 59) |
| HSL | hsl(137, 100%, 40%) |
| CMYK | cmyk(100%, 0%, 71%, 20%) |
| LAB | lab(72.2 -70.4 57.7) |
| LCH | lch(72.2 91.0 140.6) |
| OKLCH | oklch(0.738 0.231 145.2) |
Copy-ready code
/* CSS */
color: #00cd3b;
background-color: #00cd3b;
/* Tailwind (arbitrary) */
class="text-[#00cd3b] bg-[#00cd3b]"
/* SCSS */
$brand: #00cd3b;
/* SwiftUI */
Color(red: 0.000, green: 0.804, blue: 0.231)
/* Android */
Color.parseColor("#00cd3b")Accessibility — WCAG contrast
Aa
#00cd3b on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00cd3b on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green80.4%
Blue23.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow71.2%
Key (black)19.6%
Color previews
#00cd3b text on a black background
contrast 9.80:1
Card sample
#00cd3b text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00cd3b;
Background color
Panel with #00cd3b background
background-color: #00cd3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00cd3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 205, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 205, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00cd3b; background: linear-gradient(135deg, #00cd3b, #00CDC4);