#12c200
a dark, electric green · cool · closest name: lime
RGB
18, 194, 0
HSL
114°, 100%, 38%
CMYK
91, 0, 100, 24
Luminance
0.3871
Every format
| HEX | #12c200 |
| RGB | rgb(18, 194, 0) |
| HSL | hsl(114, 100%, 38%) |
| CMYK | cmyk(91%, 0%, 100%, 24%) |
| LAB | lab(68.5 -69.3 67.8) |
| LCH | lch(68.5 97.0 135.6) |
| OKLCH | oklch(0.706 0.238 142.2) |
Copy-ready code
/* CSS */
color: #12c200;
background-color: #12c200;
/* Tailwind (arbitrary) */
class="text-[#12c200] bg-[#12c200]"
/* SCSS */
$brand: #12c200;
/* SwiftUI */
Color(red: 0.071, green: 0.761, blue: 0.000)
/* Android */
Color.parseColor("#12c200")Accessibility — WCAG contrast
Aa
#12c200 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#12c200 on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green76.1%
Blue0.0%
CMYK percentages
Cyan90.7%
Magenta0.0%
Yellow100.0%
Key (black)23.9%
Color previews
#12c200 text on a black background
contrast 8.74:1
Card sample
#12c200 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12c200;
Background color
Panel with #12c200 background
background-color: #12c200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12c200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 194, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 194, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12c200; background: linear-gradient(135deg, #12c200, #00C26F);