#a2e033
a balanced, vivid green · cool · closest name: yellow
RGB
162, 224, 51
HSL
82°, 74%, 54%
CMYK
28, 0, 77, 12
Luminance
0.6123
Every format
| HEX | #a2e033 |
| RGB | rgb(162, 224, 51) |
| HSL | hsl(82, 74%, 54%) |
| CMYK | cmyk(28%, 0%, 77%, 12%) |
| LAB | lab(82.5 -43.3 72.0) |
| LCH | lch(82.5 84.0 121.0) |
| OKLCH | oklch(0.835 0.202 128.1) |
Copy-ready code
/* CSS */
color: #a2e033;
background-color: #a2e033;
/* Tailwind (arbitrary) */
class="text-[#a2e033] bg-[#a2e033]"
/* SCSS */
$brand: #a2e033;
/* SwiftUI */
Color(red: 0.635, green: 0.878, blue: 0.200)
/* Android */
Color.parseColor("#a2e033")Accessibility — WCAG contrast
Aa
#a2e033 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2e033 on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green87.8%
Blue20.0%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow77.2%
Key (black)12.2%
Color previews
#a2e033 text on a black background
contrast 13.25:1
Card sample
#a2e033 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2e033;
Background color
Panel with #a2e033 background
background-color: #a2e033;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2e033;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 224, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 224, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2e033; background: linear-gradient(135deg, #a2e033, #33E037);