#a4ff49
a balanced, electric green · cool · closest name: lime
RGB
164, 255, 73
HSL
90°, 100%, 64%
CMYK
36, 0, 71, 0
Luminance
0.7989
Every format
| HEX | #a4ff49 |
| RGB | rgb(164, 255, 73) |
| HSL | hsl(90, 100%, 64%) |
| CMYK | cmyk(36%, 0%, 71%, 0%) |
| LAB | lab(91.6 -54.3 73.9) |
| LCH | lch(91.6 91.7 126.3) |
| OKLCH | oklch(0.910 0.226 132.7) |
Copy-ready code
/* CSS */
color: #a4ff49;
background-color: #a4ff49;
/* Tailwind (arbitrary) */
class="text-[#a4ff49] bg-[#a4ff49]"
/* SCSS */
$brand: #a4ff49;
/* SwiftUI */
Color(red: 0.643, green: 1.000, blue: 0.286)
/* Android */
Color.parseColor("#a4ff49")Accessibility — WCAG contrast
Aa
#a4ff49 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4ff49 on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green100.0%
Blue28.6%
CMYK percentages
Cyan35.7%
Magenta0.0%
Yellow71.4%
Key (black)0.0%
Color previews
#a4ff49 text on a black background
contrast 16.98:1
Card sample
#a4ff49 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4ff49;
Background color
Panel with #a4ff49 background
background-color: #a4ff49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4ff49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 255, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 255, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4ff49; background: linear-gradient(135deg, #a4ff49, #49FF67);