#24924f
a dark, vivid green · cool · closest name: seagreen
RGB
36, 146, 79
HSL
144°, 60%, 36%
CMYK
75, 0, 46, 43
Luminance
0.2150
Every format
| HEX | #24924f |
| RGB | rgb(36, 146, 79) |
| HSL | hsl(144, 60%, 36%) |
| CMYK | cmyk(75%, 0%, 46%, 43%) |
| LAB | lab(53.5 -45.8 27.0) |
| LCH | lch(53.5 53.2 149.5) |
| OKLCH | oklch(0.584 0.140 151.7) |
Copy-ready code
/* CSS */
color: #24924f;
background-color: #24924f;
/* Tailwind (arbitrary) */
class="text-[#24924f] bg-[#24924f]"
/* SCSS */
$brand: #24924f;
/* SwiftUI */
Color(red: 0.141, green: 0.573, blue: 0.310)
/* Android */
Color.parseColor("#24924f")Accessibility — WCAG contrast
Aa
#24924f on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#24924f on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green57.3%
Blue31.0%
CMYK percentages
Cyan75.3%
Magenta0.0%
Yellow45.9%
Key (black)42.7%
Color previews
#24924f text on a black background
contrast 5.30:1
Card sample
#24924f text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24924f;
Background color
Panel with #24924f background
background-color: #24924f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24924f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 146, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 146, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24924f; background: linear-gradient(135deg, #24924f, #248C92);