#2ecb49
a balanced, vivid green · cool · closest name: forestgreen
RGB
46, 203, 73
HSL
130°, 63%, 49%
CMYK
77, 0, 64, 20
Luminance
0.4377
Every format
| HEX | #2ecb49 |
| RGB | rgb(46, 203, 73) |
| HSL | hsl(130, 63%, 49%) |
| CMYK | cmyk(77%, 0%, 64%, 20%) |
| LAB | lab(72.1 -65.0 52.1) |
| LCH | lch(72.1 83.3 141.3) |
| OKLCH | oklch(0.738 0.213 145.3) |
Copy-ready code
/* CSS */
color: #2ecb49;
background-color: #2ecb49;
/* Tailwind (arbitrary) */
class="text-[#2ecb49] bg-[#2ecb49]"
/* SCSS */
$brand: #2ecb49;
/* SwiftUI */
Color(red: 0.180, green: 0.796, blue: 0.286)
/* Android */
Color.parseColor("#2ecb49")Accessibility — WCAG contrast
Aa
#2ecb49 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ecb49 on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green79.6%
Blue28.6%
CMYK percentages
Cyan77.3%
Magenta0.0%
Yellow64.0%
Key (black)20.4%
Color previews
#2ecb49 text on a black background
contrast 9.75:1
Card sample
#2ecb49 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ecb49;
Background color
Panel with #2ecb49 background
background-color: #2ecb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ecb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 203, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 203, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ecb49; background: linear-gradient(135deg, #2ecb49, #2ECBB2);