#00c75c
a dark, electric green · cool · closest name: forestgreen
RGB
0, 199, 92
HSL
148°, 100%, 39%
CMYK
100, 0, 54, 22
Luminance
0.4162
Every format
| HEX | #00c75c |
| RGB | rgb(0, 199, 92) |
| HSL | hsl(148, 100%, 39%) |
| CMYK | cmyk(100%, 0%, 54%, 22%) |
| LAB | lab(70.6 -64.7 41.7) |
| LCH | lch(70.6 76.9 147.2) |
| OKLCH | oklch(0.725 0.200 149.9) |
Copy-ready code
/* CSS */
color: #00c75c;
background-color: #00c75c;
/* Tailwind (arbitrary) */
class="text-[#00c75c] bg-[#00c75c]"
/* SCSS */
$brand: #00c75c;
/* SwiftUI */
Color(red: 0.000, green: 0.780, blue: 0.361)
/* Android */
Color.parseColor("#00c75c")Accessibility — WCAG contrast
Aa
#00c75c on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00c75c on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green78.0%
Blue36.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow53.8%
Key (black)22.0%
Color previews
#00c75c text on a black background
contrast 9.32:1
Card sample
#00c75c text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00c75c;
Background color
Panel with #00c75c background
background-color: #00c75c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00c75c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 199, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 199, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00c75c; background: linear-gradient(135deg, #00c75c, #00ADC7);