#24833c
a dark, vivid green · cool · closest name: seagreen
RGB
36, 131, 60
HSL
135°, 57%, 33%
CMYK
73, 0, 54, 49
Luminance
0.1693
Every format
| HEX | #24833c |
| RGB | rgb(36, 131, 60) |
| HSL | hsl(135, 57%, 33%) |
| CMYK | cmyk(73%, 0%, 54%, 49%) |
| LAB | lab(48.2 -43.3 30.4) |
| LCH | lch(48.2 52.9 144.9) |
| OKLCH | oklch(0.539 0.138 147.9) |
Copy-ready code
/* CSS */
color: #24833c;
background-color: #24833c;
/* Tailwind (arbitrary) */
class="text-[#24833c] bg-[#24833c]"
/* SCSS */
$brand: #24833c;
/* SwiftUI */
Color(red: 0.141, green: 0.514, blue: 0.235)
/* Android */
Color.parseColor("#24833c")Accessibility — WCAG contrast
Aa
#24833c on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#24833c on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green51.4%
Blue23.5%
CMYK percentages
Cyan72.5%
Magenta0.0%
Yellow54.2%
Key (black)48.6%
Color previews
#24833c text on a black background
contrast 4.39:1
Card sample
#24833c text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24833c;
Background color
Panel with #24833c background
background-color: #24833c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24833c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 131, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 131, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24833c; background: linear-gradient(135deg, #24833c, #24837B);