#24924c
a dark, vivid green · cool · closest name: seagreen
RGB
36, 146, 76
HSL
142°, 60%, 36%
CMYK
75, 0, 48, 43
Luminance
0.2145
Every format
| HEX | #24924c |
| RGB | rgb(36, 146, 76) |
| HSL | hsl(142, 60%, 36%) |
| CMYK | cmyk(75%, 0%, 48%, 43%) |
| LAB | lab(53.4 -46.4 28.5) |
| LCH | lch(53.4 54.4 148.4) |
| OKLCH | oklch(0.583 0.143 150.8) |
Copy-ready code
/* CSS */
color: #24924c;
background-color: #24924c;
/* Tailwind (arbitrary) */
class="text-[#24924c] bg-[#24924c]"
/* SCSS */
$brand: #24924c;
/* SwiftUI */
Color(red: 0.141, green: 0.573, blue: 0.298)
/* Android */
Color.parseColor("#24924c")Accessibility — WCAG contrast
Aa
#24924c on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#24924c on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green57.3%
Blue29.8%
CMYK percentages
Cyan75.3%
Magenta0.0%
Yellow47.9%
Key (black)42.7%
Color previews
#24924c text on a black background
contrast 5.29:1
Card sample
#24924c text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24924c;
Background color
Panel with #24924c background
background-color: #24924c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24924c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 146, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 146, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24924c; background: linear-gradient(135deg, #24924c, #248F92);