#2ee57d
a balanced, electric green · cool · closest name: forestgreen
RGB
46, 229, 125
HSL
146°, 78%, 54%
CMYK
80, 0, 45, 10
Luminance
0.5810
Every format
| HEX | #2ee57d |
| RGB | rgb(46, 229, 125) |
| HSL | hsl(146, 78%, 54%) |
| CMYK | cmyk(80%, 0%, 45%, 10%) |
| LAB | lab(80.8 -66.3 38.4) |
| LCH | lch(80.8 76.6 149.9) |
| OKLCH | oklch(0.812 0.202 152.1) |
Copy-ready code
/* CSS */
color: #2ee57d;
background-color: #2ee57d;
/* Tailwind (arbitrary) */
class="text-[#2ee57d] bg-[#2ee57d]"
/* SCSS */
$brand: #2ee57d;
/* SwiftUI */
Color(red: 0.180, green: 0.898, blue: 0.490)
/* Android */
Color.parseColor("#2ee57d")Accessibility — WCAG contrast
Aa
#2ee57d on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ee57d on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green89.8%
Blue49.0%
CMYK percentages
Cyan79.9%
Magenta0.0%
Yellow45.4%
Key (black)10.2%
Color previews
#2ee57d text on a black background
contrast 12.62:1
Card sample
#2ee57d text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ee57d;
Background color
Panel with #2ee57d background
background-color: #2ee57d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ee57d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 229, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 229, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ee57d; background: linear-gradient(135deg, #2ee57d, #2ED3E5);