#2aec21
a balanced, electric green · cool · closest name: lime
RGB
42, 236, 33
HSL
117°, 84%, 53%
CMYK
82, 0, 86, 8
Luminance
0.6059
Every format
| HEX | #2aec21 |
| RGB | rgb(42, 236, 33) |
| HSL | hsl(117, 84%, 53%) |
| CMYK | cmyk(82%, 0%, 86%, 8%) |
| LAB | lab(82.2 -78.1 74.7) |
| LCH | lch(82.2 108.1 136.3) |
| OKLCH | oklch(0.821 0.268 142.3) |
Copy-ready code
/* CSS */
color: #2aec21;
background-color: #2aec21;
/* Tailwind (arbitrary) */
class="text-[#2aec21] bg-[#2aec21]"
/* SCSS */
$brand: #2aec21;
/* SwiftUI */
Color(red: 0.165, green: 0.925, blue: 0.129)
/* Android */
Color.parseColor("#2aec21")Accessibility — WCAG contrast
Aa
#2aec21 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2aec21 on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green92.5%
Blue12.9%
CMYK percentages
Cyan82.2%
Magenta0.0%
Yellow86.0%
Key (black)7.5%
Color previews
#2aec21 text on a black background
contrast 13.12:1
Card sample
#2aec21 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2aec21;
Background color
Panel with #2aec21 background
background-color: #2aec21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2aec21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 236, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 236, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2aec21; background: linear-gradient(135deg, #2aec21, #21EC9F);