#12df3d
a balanced, electric green · cool · closest name: lime
RGB
18, 223, 61
HSL
133°, 85%, 47%
CMYK
92, 0, 73, 13
Luminance
0.5324
Every format
| HEX | #12df3d |
| RGB | rgb(18, 223, 61) |
| HSL | hsl(133, 85%, 47%) |
| CMYK | cmyk(92%, 0%, 73%, 13%) |
| LAB | lab(78.0 -74.6 63.0) |
| LCH | lch(78.0 97.7 139.8) |
| OKLCH | oklch(0.786 0.247 144.6) |
Copy-ready code
/* CSS */
color: #12df3d;
background-color: #12df3d;
/* Tailwind (arbitrary) */
class="text-[#12df3d] bg-[#12df3d]"
/* SCSS */
$brand: #12df3d;
/* SwiftUI */
Color(red: 0.071, green: 0.875, blue: 0.239)
/* Android */
Color.parseColor("#12df3d")Accessibility — WCAG contrast
Aa
#12df3d on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#12df3d on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green87.5%
Blue23.9%
CMYK percentages
Cyan91.9%
Magenta0.0%
Yellow72.6%
Key (black)12.5%
Color previews
#12df3d text on a black background
contrast 11.65:1
Card sample
#12df3d text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12df3d;
Background color
Panel with #12df3d background
background-color: #12df3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12df3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 223, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 223, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12df3d; background: linear-gradient(135deg, #12df3d, #12DFC6);