#a2ff3d
a balanced, electric green · cool · closest name: lime
RGB
162, 255, 61
HSL
89°, 100%, 62%
CMYK
37, 0, 76, 0
Luminance
0.7954
Every format
| HEX | #a2ff3d |
| RGB | rgb(162, 255, 61) |
| HSL | hsl(89, 100%, 62%) |
| CMYK | cmyk(37%, 0%, 76%, 0%) |
| LAB | lab(91.5 -55.6 77.5) |
| LCH | lch(91.5 95.4 125.7) |
| OKLCH | oklch(0.908 0.233 132.4) |
Copy-ready code
/* CSS */
color: #a2ff3d;
background-color: #a2ff3d;
/* Tailwind (arbitrary) */
class="text-[#a2ff3d] bg-[#a2ff3d]"
/* SCSS */
$brand: #a2ff3d;
/* SwiftUI */
Color(red: 0.635, green: 1.000, blue: 0.239)
/* Android */
Color.parseColor("#a2ff3d")Accessibility — WCAG contrast
Aa
#a2ff3d on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ff3d on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green100.0%
Blue23.9%
CMYK percentages
Cyan36.5%
Magenta0.0%
Yellow76.1%
Key (black)0.0%
Color previews
#a2ff3d text on a black background
contrast 16.91:1
Card sample
#a2ff3d text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ff3d;
Background color
Panel with #a2ff3d background
background-color: #a2ff3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ff3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 255, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 255, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ff3d; background: linear-gradient(135deg, #a2ff3d, #3DFF5A);