#12cf2f
a dark, electric green · cool · closest name: lime
RGB
18, 207, 47
HSL
129°, 84%, 44%
CMYK
91, 0, 77, 19
Luminance
0.4496
Every format
| HEX | #12cf2f |
| RGB | rgb(18, 207, 47) |
| HSL | hsl(129, 84%, 44%) |
| CMYK | cmyk(91%, 0%, 77%, 19%) |
| LAB | lab(72.9 -71.1 62.5) |
| LCH | lch(72.9 94.7 138.7) |
| OKLCH | oklch(0.743 0.238 143.9) |
Copy-ready code
/* CSS */
color: #12cf2f;
background-color: #12cf2f;
/* Tailwind (arbitrary) */
class="text-[#12cf2f] bg-[#12cf2f]"
/* SCSS */
$brand: #12cf2f;
/* SwiftUI */
Color(red: 0.071, green: 0.812, blue: 0.184)
/* Android */
Color.parseColor("#12cf2f")Accessibility — WCAG contrast
Aa
#12cf2f on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#12cf2f on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green81.2%
Blue18.4%
CMYK percentages
Cyan91.3%
Magenta0.0%
Yellow77.3%
Key (black)18.8%
Color previews
#12cf2f text on a black background
contrast 9.99:1
Card sample
#12cf2f text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12cf2f;
Background color
Panel with #12cf2f background
background-color: #12cf2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12cf2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 207, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 207, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12cf2f; background: linear-gradient(135deg, #12cf2f, #12CFAD);