#a2ff4e
a light, electric green · cool · closest name: lime
RGB
162, 255, 78
HSL
92°, 100%, 65%
CMYK
37, 0, 69, 0
Luminance
0.7975
Every format
| HEX | #a2ff4e |
| RGB | rgb(162, 255, 78) |
| HSL | hsl(92, 100%, 65%) |
| CMYK | cmyk(37%, 0%, 69%, 0%) |
| LAB | lab(91.6 -54.6 72.0) |
| LCH | lch(91.6 90.4 127.2) |
| OKLCH | oklch(0.909 0.224 133.3) |
Copy-ready code
/* CSS */
color: #a2ff4e;
background-color: #a2ff4e;
/* Tailwind (arbitrary) */
class="text-[#a2ff4e] bg-[#a2ff4e]"
/* SCSS */
$brand: #a2ff4e;
/* SwiftUI */
Color(red: 0.635, green: 1.000, blue: 0.306)
/* Android */
Color.parseColor("#a2ff4e")Accessibility — WCAG contrast
Aa
#a2ff4e on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ff4e on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green100.0%
Blue30.6%
CMYK percentages
Cyan36.5%
Magenta0.0%
Yellow69.4%
Key (black)0.0%
Color previews
#a2ff4e text on a black background
contrast 16.95:1
Card sample
#a2ff4e text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ff4e;
Background color
Panel with #a2ff4e background
background-color: #a2ff4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ff4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 255, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 255, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ff4e; background: linear-gradient(135deg, #a2ff4e, #4EFF70);