#4a9724
a dark, vivid green · cool · closest name: forestgreen
RGB
74, 151, 36
HSL
100°, 62%, 37%
CMYK
51, 0, 76, 41
Luminance
0.2372
Every format
| HEX | #4a9724 |
| RGB | rgb(74, 151, 36) |
| HSL | hsl(100, 62%, 37%) |
| CMYK | cmyk(51%, 0%, 76%, 41%) |
| LAB | lab(55.8 -44.1 49.9) |
| LCH | lch(55.8 66.6 131.5) |
| OKLCH | oklch(0.604 0.166 137.5) |
Copy-ready code
/* CSS */
color: #4a9724;
background-color: #4a9724;
/* Tailwind (arbitrary) */
class="text-[#4a9724] bg-[#4a9724]"
/* SCSS */
$brand: #4a9724;
/* SwiftUI */
Color(red: 0.290, green: 0.592, blue: 0.141)
/* Android */
Color.parseColor("#4a9724")Accessibility — WCAG contrast
Aa
#4a9724 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4a9724 on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green59.2%
Blue14.1%
CMYK percentages
Cyan51.0%
Magenta0.0%
Yellow76.2%
Key (black)40.8%
Color previews
#4a9724 text on a black background
contrast 5.74:1
Card sample
#4a9724 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a9724;
Background color
Panel with #4a9724 background
background-color: #4a9724;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a9724;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 151, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 151, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a9724; background: linear-gradient(135deg, #4a9724, #24974B);