#acff49
a balanced, electric green · cool · closest name: lime
RGB
172, 255, 73
HSL
87°, 100%, 64%
CMYK
33, 0, 71, 0
Luminance
0.8077
Every format
| HEX | #acff49 |
| RGB | rgb(172, 255, 73) |
| HSL | hsl(87, 100%, 64%) |
| CMYK | cmyk(33%, 0%, 71%, 0%) |
| LAB | lab(92.0 -51.6 74.4) |
| LCH | lch(92.0 90.5 124.7) |
| OKLCH | oklch(0.914 0.222 131.2) |
Copy-ready code
/* CSS */
color: #acff49;
background-color: #acff49;
/* Tailwind (arbitrary) */
class="text-[#acff49] bg-[#acff49]"
/* SCSS */
$brand: #acff49;
/* SwiftUI */
Color(red: 0.675, green: 1.000, blue: 0.286)
/* Android */
Color.parseColor("#acff49")Accessibility — WCAG contrast
Aa
#acff49 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acff49 on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green100.0%
Blue28.6%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow71.4%
Key (black)0.0%
Color previews
#acff49 text on a black background
contrast 17.15:1
Card sample
#acff49 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acff49;
Background color
Panel with #acff49 background
background-color: #acff49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acff49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 255, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 255, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acff49; background: linear-gradient(135deg, #acff49, #49FF5F);