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