#4eb93d
a balanced, vivid green · cool · closest name: forestgreen
RGB
78, 185, 61
HSL
112°, 50%, 48%
CMYK
58, 0, 67, 28
Luminance
0.3665
Every format
| HEX | #4eb93d |
| RGB | rgb(78, 185, 61) |
| HSL | hsl(112, 50%, 48%) |
| CMYK | cmyk(58%, 0%, 67%, 28%) |
| LAB | lab(67.0 -54.0 51.8) |
| LCH | lch(67.0 74.8 136.2) |
| OKLCH | oklch(0.698 0.190 141.1) |
Copy-ready code
/* CSS */
color: #4eb93d;
background-color: #4eb93d;
/* Tailwind (arbitrary) */
class="text-[#4eb93d] bg-[#4eb93d]"
/* SCSS */
$brand: #4eb93d;
/* SwiftUI */
Color(red: 0.306, green: 0.725, blue: 0.239)
/* Android */
Color.parseColor("#4eb93d")Accessibility — WCAG contrast
Aa
#4eb93d on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eb93d on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green72.5%
Blue23.9%
CMYK percentages
Cyan57.8%
Magenta0.0%
Yellow67.0%
Key (black)27.5%
Color previews
#4eb93d text on a black background
contrast 8.33:1
Card sample
#4eb93d text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eb93d;
Background color
Panel with #4eb93d background
background-color: #4eb93d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eb93d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 185, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 185, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eb93d; background: linear-gradient(135deg, #4eb93d, #3DB97F);