#4eac21
a dark, vivid green · cool · closest name: forestgreen
RGB
78, 172, 33
HSL
101°, 68%, 40%
CMYK
55, 0, 81, 33
Luminance
0.3123
Every format
| HEX | #4eac21 |
| RGB | rgb(78, 172, 33) |
| HSL | hsl(101, 68%, 40%) |
| CMYK | cmyk(55%, 0%, 81%, 33%) |
| LAB | lab(62.7 -51.2 57.5) |
| LCH | lch(62.7 77.0 131.7) |
| OKLCH | oklch(0.662 0.191 138.1) |
Copy-ready code
/* CSS */
color: #4eac21;
background-color: #4eac21;
/* Tailwind (arbitrary) */
class="text-[#4eac21] bg-[#4eac21]"
/* SCSS */
$brand: #4eac21;
/* SwiftUI */
Color(red: 0.306, green: 0.675, blue: 0.129)
/* Android */
Color.parseColor("#4eac21")Accessibility — WCAG contrast
Aa
#4eac21 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eac21 on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green67.5%
Blue12.9%
CMYK percentages
Cyan54.7%
Magenta0.0%
Yellow80.8%
Key (black)32.5%
Color previews
#4eac21 text on a black background
contrast 7.25:1
Card sample
#4eac21 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eac21;
Background color
Panel with #4eac21 background
background-color: #4eac21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eac21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 172, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 172, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eac21; background: linear-gradient(135deg, #4eac21, #21AC51);