#64df16
a balanced, electric green · cool · closest name: lime
RGB
100, 223, 22
HSL
97°, 82%, 48%
CMYK
55, 0, 90, 13
Luminance
0.5554
Every format
| HEX | #64df16 |
| RGB | rgb(100, 223, 22) |
| HSL | hsl(97, 82%, 48%) |
| CMYK | cmyk(55%, 0%, 90%, 13%) |
| LAB | lab(79.3 -63.9 74.8) |
| LCH | lch(79.3 98.4 130.5) |
| OKLCH | oklch(0.801 0.240 137.6) |
Copy-ready code
/* CSS */
color: #64df16;
background-color: #64df16;
/* Tailwind (arbitrary) */
class="text-[#64df16] bg-[#64df16]"
/* SCSS */
$brand: #64df16;
/* SwiftUI */
Color(red: 0.392, green: 0.875, blue: 0.086)
/* Android */
Color.parseColor("#64df16")Accessibility — WCAG contrast
Aa
#64df16 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64df16 on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green87.5%
Blue8.6%
CMYK percentages
Cyan55.2%
Magenta0.0%
Yellow90.1%
Key (black)12.5%
Color previews
#64df16 text on a black background
contrast 12.11:1
Card sample
#64df16 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64df16;
Background color
Panel with #64df16 background
background-color: #64df16;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64df16;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 223, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 223, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64df16; background: linear-gradient(135deg, #64df16, #16DF4E);