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