#74ff64
a light, electric green · cool · closest name: lime
RGB
116, 255, 100
HSL
114°, 100%, 70%
CMYK
55, 0, 61, 0
Luminance
0.7615
Every format
| HEX | #74ff64 |
| RGB | rgb(116, 255, 100) |
| HSL | hsl(114, 100%, 70%) |
| CMYK | cmyk(55%, 0%, 61%, 0%) |
| LAB | lab(89.9 -66.1 61.2) |
| LCH | lch(89.9 90.1 137.2) |
| OKLCH | oklch(0.891 0.230 141.6) |
Copy-ready code
/* CSS */
color: #74ff64;
background-color: #74ff64;
/* Tailwind (arbitrary) */
class="text-[#74ff64] bg-[#74ff64]"
/* SCSS */
$brand: #74ff64;
/* SwiftUI */
Color(red: 0.455, green: 1.000, blue: 0.392)
/* Android */
Color.parseColor("#74ff64")Accessibility — WCAG contrast
Aa
#74ff64 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74ff64 on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green100.0%
Blue39.2%
CMYK percentages
Cyan54.5%
Magenta0.0%
Yellow60.8%
Key (black)0.0%
Color previews
#74ff64 text on a black background
contrast 16.23:1
Card sample
#74ff64 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74ff64;
Background color
Panel with #74ff64 background
background-color: #74ff64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74ff64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 255, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 255, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74ff64; background: linear-gradient(135deg, #74ff64, #64FFBB);