#4ecc49
a balanced, vivid green · cool · closest name: forestgreen
RGB
78, 204, 73
HSL
118°, 56%, 54%
CMYK
62, 0, 64, 20
Luminance
0.4529
Every format
| HEX | #4ecc49 |
| RGB | rgb(78, 204, 73) |
| HSL | hsl(118, 56%, 54%) |
| CMYK | cmyk(62%, 0%, 64%, 20%) |
| LAB | lab(73.1 -59.6 53.4) |
| LCH | lch(73.1 80.1 138.2) |
| OKLCH | oklch(0.748 0.204 142.6) |
Copy-ready code
/* CSS */
color: #4ecc49;
background-color: #4ecc49;
/* Tailwind (arbitrary) */
class="text-[#4ecc49] bg-[#4ecc49]"
/* SCSS */
$brand: #4ecc49;
/* SwiftUI */
Color(red: 0.306, green: 0.800, blue: 0.286)
/* Android */
Color.parseColor("#4ecc49")Accessibility — WCAG contrast
Aa
#4ecc49 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ecc49 on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green80.0%
Blue28.6%
CMYK percentages
Cyan61.8%
Magenta0.0%
Yellow64.2%
Key (black)20.0%
Color previews
#4ecc49 text on a black background
contrast 10.06:1
Card sample
#4ecc49 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ecc49;
Background color
Panel with #4ecc49 background
background-color: #4ecc49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ecc49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 204, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 204, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ecc49; background: linear-gradient(135deg, #4ecc49, #49CC9B);