#64ff55
a light, electric green · cool · closest name: lime
RGB
100, 255, 85
HSL
115°, 100%, 67%
CMYK
61, 0, 67, 0
Luminance
0.7489
Every format
| HEX | #64ff55 |
| RGB | rgb(100, 255, 85) |
| HSL | hsl(115, 100%, 67%) |
| CMYK | cmyk(61%, 0%, 67%, 0%) |
| LAB | lab(89.3 -71.2 66.4) |
| LCH | lch(89.3 97.4 137.0) |
| OKLCH | oklch(0.884 0.247 141.9) |
Copy-ready code
/* CSS */
color: #64ff55;
background-color: #64ff55;
/* Tailwind (arbitrary) */
class="text-[#64ff55] bg-[#64ff55]"
/* SCSS */
$brand: #64ff55;
/* SwiftUI */
Color(red: 0.392, green: 1.000, blue: 0.333)
/* Android */
Color.parseColor("#64ff55")Accessibility — WCAG contrast
Aa
#64ff55 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64ff55 on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green100.0%
Blue33.3%
CMYK percentages
Cyan60.8%
Magenta0.0%
Yellow66.7%
Key (black)0.0%
Color previews
#64ff55 text on a black background
contrast 15.98:1
Card sample
#64ff55 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64ff55;
Background color
Panel with #64ff55 background
background-color: #64ff55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64ff55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 255, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 255, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64ff55; background: linear-gradient(135deg, #64ff55, #55FFB7);