#00ce4b
a dark, electric green · cool · closest name: forestgreen
RGB
0, 206, 75
HSL
142°, 100%, 40%
CMYK
100, 0, 64, 19
Luminance
0.4465
Every format
| HEX | #00ce4b |
| RGB | rgb(0, 206, 75) |
| HSL | hsl(142, 100%, 40%) |
| CMYK | cmyk(100%, 0%, 64%, 19%) |
| LAB | lab(72.7 -69.0 51.8) |
| LCH | lch(72.7 86.3 143.1) |
| OKLCH | oklch(0.742 0.221 146.9) |
Copy-ready code
/* CSS */
color: #00ce4b;
background-color: #00ce4b;
/* Tailwind (arbitrary) */
class="text-[#00ce4b] bg-[#00ce4b]"
/* SCSS */
$brand: #00ce4b;
/* SwiftUI */
Color(red: 0.000, green: 0.808, blue: 0.294)
/* Android */
Color.parseColor("#00ce4b")Accessibility — WCAG contrast
Aa
#00ce4b on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00ce4b on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green80.8%
Blue29.4%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow63.6%
Key (black)19.2%
Color previews
#00ce4b text on a black background
contrast 9.93:1
Card sample
#00ce4b text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00ce4b;
Background color
Panel with #00ce4b background
background-color: #00ce4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00ce4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 206, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 206, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00ce4b; background: linear-gradient(135deg, #00ce4b, #00C8CE);