#0cd82f
a dark, electric green · cool · closest name: lime
RGB
12, 216, 47
HSL
130°, 90%, 45%
CMYK
94, 0, 78, 15
Luminance
0.4940
Every format
| HEX | #0cd82f |
| RGB | rgb(12, 216, 47) |
| HSL | hsl(130, 90%, 45%) |
| CMYK | cmyk(94%, 0%, 78%, 15%) |
| LAB | lab(75.7 -73.9 65.3) |
| LCH | lch(75.7 98.6 138.6) |
| OKLCH | oklch(0.766 0.247 143.9) |
Copy-ready code
/* CSS */
color: #0cd82f;
background-color: #0cd82f;
/* Tailwind (arbitrary) */
class="text-[#0cd82f] bg-[#0cd82f]"
/* SCSS */
$brand: #0cd82f;
/* SwiftUI */
Color(red: 0.047, green: 0.847, blue: 0.184)
/* Android */
Color.parseColor("#0cd82f")Accessibility — WCAG contrast
Aa
#0cd82f on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cd82f on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green84.7%
Blue18.4%
CMYK percentages
Cyan94.4%
Magenta0.0%
Yellow78.2%
Key (black)15.3%
Color previews
#0cd82f text on a black background
contrast 10.88:1
Card sample
#0cd82f text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cd82f;
Background color
Panel with #0cd82f background
background-color: #0cd82f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cd82f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 216, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 216, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cd82f; background: linear-gradient(135deg, #0cd82f, #0CD8B7);