#0cc00c
a dark, electric green · cool · closest name: lime
RGB
12, 192, 12
HSL
120°, 88%, 40%
CMYK
94, 0, 94, 25
Luminance
0.3780
Every format
| HEX | #0cc00c |
| RGB | rgb(12, 192, 12) |
| HSL | hsl(120, 88%, 40%) |
| CMYK | cmyk(94%, 0%, 94%, 25%) |
| LAB | lab(67.9 -68.8 65.9) |
| LCH | lch(67.9 95.3 136.3) |
| OKLCH | oklch(0.701 0.235 142.5) |
Copy-ready code
/* CSS */
color: #0cc00c;
background-color: #0cc00c;
/* Tailwind (arbitrary) */
class="text-[#0cc00c] bg-[#0cc00c]"
/* SCSS */
$brand: #0cc00c;
/* SwiftUI */
Color(red: 0.047, green: 0.753, blue: 0.047)
/* Android */
Color.parseColor("#0cc00c")Accessibility — WCAG contrast
Aa
#0cc00c on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cc00c on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green75.3%
Blue4.7%
CMYK percentages
Cyan93.7%
Magenta0.0%
Yellow93.7%
Key (black)24.7%
Color previews
#0cc00c text on a black background
contrast 8.56:1
Card sample
#0cc00c text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cc00c;
Background color
Panel with #0cc00c background
background-color: #0cc00c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cc00c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 192, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 192, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cc00c; background: linear-gradient(135deg, #0cc00c, #0CC084);