#2ae35d
a balanced, electric green · cool · closest name: lime
RGB
42, 227, 93
HSL
137°, 77%, 53%
CMYK
82, 0, 59, 11
Luminance
0.5622
Every format
| HEX | #2ae35d |
| RGB | rgb(42, 227, 93) |
| HSL | hsl(137, 77%, 53%) |
| CMYK | cmyk(82%, 0%, 59%, 11%) |
| LAB | lab(79.7 -70.7 52.1) |
| LCH | lch(79.7 87.9 143.6) |
| OKLCH | oklch(0.802 0.227 147.1) |
Copy-ready code
/* CSS */
color: #2ae35d;
background-color: #2ae35d;
/* Tailwind (arbitrary) */
class="text-[#2ae35d] bg-[#2ae35d]"
/* SCSS */
$brand: #2ae35d;
/* SwiftUI */
Color(red: 0.165, green: 0.890, blue: 0.365)
/* Android */
Color.parseColor("#2ae35d")Accessibility — WCAG contrast
Aa
#2ae35d on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ae35d on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green89.0%
Blue36.5%
CMYK percentages
Cyan81.5%
Magenta0.0%
Yellow59.0%
Key (black)11.0%
Color previews
#2ae35d text on a black background
contrast 12.24:1
Card sample
#2ae35d text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ae35d;
Background color
Panel with #2ae35d background
background-color: #2ae35d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ae35d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 227, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 227, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ae35d; background: linear-gradient(135deg, #2ae35d, #2AE3D8);