#64f365
a light, electric green · cool · closest name: lime
RGB
100, 243, 101
HSL
120°, 86%, 67%
CMYK
59, 0, 58, 5
Luminance
0.6775
Every format
| HEX | #64f365 |
| RGB | rgb(100, 243, 101) |
| HSL | hsl(120, 86%, 67%) |
| CMYK | cmyk(59%, 0%, 58%, 5%) |
| LAB | lab(85.9 -65.5 56.0) |
| LCH | lch(85.9 86.2 139.5) |
| OKLCH | oklch(0.856 0.222 143.4) |
Copy-ready code
/* CSS */
color: #64f365;
background-color: #64f365;
/* Tailwind (arbitrary) */
class="text-[#64f365] bg-[#64f365]"
/* SCSS */
$brand: #64f365;
/* SwiftUI */
Color(red: 0.392, green: 0.953, blue: 0.396)
/* Android */
Color.parseColor("#64f365")Accessibility — WCAG contrast
Aa
#64f365 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64f365 on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green95.3%
Blue39.6%
CMYK percentages
Cyan58.8%
Magenta0.0%
Yellow58.4%
Key (black)4.7%
Color previews
#64f365 text on a black background
contrast 14.55:1
Card sample
#64f365 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64f365;
Background color
Panel with #64f365 background
background-color: #64f365;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64f365;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 243, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 243, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64f365; background: linear-gradient(135deg, #64f365, #64F3C4);