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