#0cd142
a dark, electric green · cool · closest name: forestgreen
RGB
12, 209, 66
HSL
136°, 89%, 43%
CMYK
94, 0, 68, 18
Luminance
0.4607
Every format
| HEX | #0cd142 |
| RGB | rgb(12, 209, 66) |
| HSL | hsl(136, 89%, 43%) |
| CMYK | cmyk(94%, 0%, 68%, 18%) |
| LAB | lab(73.6 -70.4 56.5) |
| LCH | lch(73.6 90.3 141.2) |
| OKLCH | oklch(0.749 0.230 145.6) |
Copy-ready code
/* CSS */
color: #0cd142;
background-color: #0cd142;
/* Tailwind (arbitrary) */
class="text-[#0cd142] bg-[#0cd142]"
/* SCSS */
$brand: #0cd142;
/* SwiftUI */
Color(red: 0.047, green: 0.820, blue: 0.259)
/* Android */
Color.parseColor("#0cd142")Accessibility — WCAG contrast
Aa
#0cd142 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cd142 on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green82.0%
Blue25.9%
CMYK percentages
Cyan94.3%
Magenta0.0%
Yellow68.4%
Key (black)18.0%
Color previews
#0cd142 text on a black background
contrast 10.21:1
Card sample
#0cd142 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cd142;
Background color
Panel with #0cd142 background
background-color: #0cd142;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cd142;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 209, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 209, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cd142; background: linear-gradient(135deg, #0cd142, #0CD1C5);