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