#4ee45c
a balanced, vivid green · cool · closest name: forestgreen
RGB
78, 228, 92
HSL
126°, 74%, 60%
CMYK
66, 0, 60, 11
Luminance
0.5788
Every format
| HEX | #4ee45c |
| RGB | rgb(78, 228, 92) |
| HSL | hsl(126, 74%, 60%) |
| CMYK | cmyk(66%, 0%, 60%, 11%) |
| LAB | lab(80.7 -65.9 53.8) |
| LCH | lch(80.7 85.1 140.8) |
| OKLCH | oklch(0.811 0.219 144.7) |
Copy-ready code
/* CSS */
color: #4ee45c;
background-color: #4ee45c;
/* Tailwind (arbitrary) */
class="text-[#4ee45c] bg-[#4ee45c]"
/* SCSS */
$brand: #4ee45c;
/* SwiftUI */
Color(red: 0.306, green: 0.894, blue: 0.361)
/* Android */
Color.parseColor("#4ee45c")Accessibility — WCAG contrast
Aa
#4ee45c on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ee45c on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green89.4%
Blue36.1%
CMYK percentages
Cyan65.8%
Magenta0.0%
Yellow59.6%
Key (black)10.6%
Color previews
#4ee45c text on a black background
contrast 12.58:1
Card sample
#4ee45c text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ee45c;
Background color
Panel with #4ee45c background
background-color: #4ee45c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ee45c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 228, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 228, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ee45c; background: linear-gradient(135deg, #4ee45c, #4EE4C0);