#4ac73c
a balanced, vivid green · cool · closest name: forestgreen
RGB
74, 199, 60
HSL
114°, 55%, 51%
CMYK
63, 0, 70, 22
Luminance
0.4263
Every format
| HEX | #4ac73c |
| RGB | rgb(74, 199, 60) |
| HSL | hsl(114, 55%, 51%) |
| CMYK | cmyk(63%, 0%, 70%, 22%) |
| LAB | lab(71.3 -60.0 56.7) |
| LCH | lch(71.3 82.6 136.6) |
| OKLCH | oklch(0.733 0.209 141.7) |
Copy-ready code
/* CSS */
color: #4ac73c;
background-color: #4ac73c;
/* Tailwind (arbitrary) */
class="text-[#4ac73c] bg-[#4ac73c]"
/* SCSS */
$brand: #4ac73c;
/* SwiftUI */
Color(red: 0.290, green: 0.780, blue: 0.235)
/* Android */
Color.parseColor("#4ac73c")Accessibility — WCAG contrast
Aa
#4ac73c on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ac73c on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green78.0%
Blue23.5%
CMYK percentages
Cyan62.8%
Magenta0.0%
Yellow69.8%
Key (black)22.0%
Color previews
#4ac73c text on a black background
contrast 9.53:1
Card sample
#4ac73c text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ac73c;
Background color
Panel with #4ac73c background
background-color: #4ac73c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ac73c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 199, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 199, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ac73c; background: linear-gradient(135deg, #4ac73c, #3CC78B);