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