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