#00c70f
a dark, electric green · cool · closest name: lime
RGB
0, 199, 15
HSL
125°, 100%, 39%
CMYK
100, 0, 93, 22
Luminance
0.4088
Every format
| HEX | #00c70f |
| RGB | rgb(0, 199, 15) |
| HSL | hsl(125, 100%, 39%) |
| CMYK | cmyk(100%, 0%, 93%, 22%) |
| LAB | lab(70.1 -71.2 67.3) |
| LCH | lch(70.1 98.0 136.6) |
| OKLCH | oklch(0.719 0.242 142.8) |
Copy-ready code
/* CSS */
color: #00c70f;
background-color: #00c70f;
/* Tailwind (arbitrary) */
class="text-[#00c70f] bg-[#00c70f]"
/* SCSS */
$brand: #00c70f;
/* SwiftUI */
Color(red: 0.000, green: 0.780, blue: 0.059)
/* Android */
Color.parseColor("#00c70f")Accessibility — WCAG contrast
Aa
#00c70f on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00c70f on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green78.0%
Blue5.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow92.5%
Key (black)22.0%
Color previews
#00c70f text on a black background
contrast 9.18:1
Card sample
#00c70f text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00c70f;
Background color
Panel with #00c70f background
background-color: #00c70f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00c70f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 199, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 199, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00c70f; background: linear-gradient(135deg, #00c70f, #00C794);