#4eb22d
a dark, vivid green · cool · closest name: forestgreen
RGB
78, 178, 45
HSL
105°, 60%, 44%
CMYK
56, 0, 75, 30
Luminance
0.3365
Every format
| HEX | #4eb22d |
| RGB | rgb(78, 178, 45) |
| HSL | hsl(105, 60%, 44%) |
| CMYK | cmyk(56%, 0%, 75%, 30%) |
| LAB | lab(64.7 -52.7 55.5) |
| LCH | lch(64.7 76.5 133.5) |
| OKLCH | oklch(0.678 0.191 139.3) |
Copy-ready code
/* CSS */
color: #4eb22d;
background-color: #4eb22d;
/* Tailwind (arbitrary) */
class="text-[#4eb22d] bg-[#4eb22d]"
/* SCSS */
$brand: #4eb22d;
/* SwiftUI */
Color(red: 0.306, green: 0.698, blue: 0.176)
/* Android */
Color.parseColor("#4eb22d")Accessibility — WCAG contrast
Aa
#4eb22d on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eb22d on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green69.8%
Blue17.6%
CMYK percentages
Cyan56.2%
Magenta0.0%
Yellow74.7%
Key (black)30.2%
Color previews
#4eb22d text on a black background
contrast 7.73:1
Card sample
#4eb22d text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eb22d;
Background color
Panel with #4eb22d background
background-color: #4eb22d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eb22d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 178, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 178, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eb22d; background: linear-gradient(135deg, #4eb22d, #2DB265);