#4ecf73
a balanced, vivid green · cool · closest name: forestgreen
RGB
78, 207, 115
HSL
137°, 57%, 56%
CMYK
62, 0, 44, 19
Luminance
0.4748
Every format
| HEX | #4ecf73 |
| RGB | rgb(78, 207, 115) |
| HSL | hsl(137, 57%, 56%) |
| CMYK | cmyk(62%, 0%, 44%, 19%) |
| LAB | lab(74.5 -55.2 35.4) |
| LCH | lch(74.5 65.6 147.3) |
| OKLCH | oklch(0.761 0.173 149.7) |
Copy-ready code
/* CSS */
color: #4ecf73;
background-color: #4ecf73;
/* Tailwind (arbitrary) */
class="text-[#4ecf73] bg-[#4ecf73]"
/* SCSS */
$brand: #4ecf73;
/* SwiftUI */
Color(red: 0.306, green: 0.812, blue: 0.451)
/* Android */
Color.parseColor("#4ecf73")Accessibility — WCAG contrast
Aa
#4ecf73 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ecf73 on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green81.2%
Blue45.1%
CMYK percentages
Cyan62.3%
Magenta0.0%
Yellow44.4%
Key (black)18.8%
Color previews
#4ecf73 text on a black background
contrast 10.50:1
Card sample
#4ecf73 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ecf73;
Background color
Panel with #4ecf73 background
background-color: #4ecf73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ecf73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 207, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 207, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ecf73; background: linear-gradient(135deg, #4ecf73, #4ECFC9);