#4eb53c
a balanced, vivid green · cool · closest name: forestgreen
RGB
78, 181, 60
HSL
111°, 50%, 47%
CMYK
57, 0, 67, 29
Luminance
0.3499
Every format
| HEX | #4eb53c |
| RGB | rgb(78, 181, 60) |
| HSL | hsl(111, 50%, 47%) |
| CMYK | cmyk(57%, 0%, 67%, 29%) |
| LAB | lab(65.7 -52.6 50.9) |
| LCH | lch(65.7 73.2 136.0) |
| OKLCH | oklch(0.687 0.185 140.9) |
Copy-ready code
/* CSS */
color: #4eb53c;
background-color: #4eb53c;
/* Tailwind (arbitrary) */
class="text-[#4eb53c] bg-[#4eb53c]"
/* SCSS */
$brand: #4eb53c;
/* SwiftUI */
Color(red: 0.306, green: 0.710, blue: 0.235)
/* Android */
Color.parseColor("#4eb53c")Accessibility — WCAG contrast
Aa
#4eb53c on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eb53c on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green71.0%
Blue23.5%
CMYK percentages
Cyan56.9%
Magenta0.0%
Yellow66.9%
Key (black)29.0%
Color previews
#4eb53c text on a black background
contrast 8.00:1
Card sample
#4eb53c text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eb53c;
Background color
Panel with #4eb53c background
background-color: #4eb53c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eb53c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 181, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 181, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eb53c; background: linear-gradient(135deg, #4eb53c, #3CB57B);