#24790c
a dark, electric green · cool · closest name: forestgreen
RGB
36, 121, 12
HSL
107°, 82%, 26%
CMYK
70, 0, 90, 53
Luminance
0.1408
Every format
| HEX | #24790c |
| RGB | rgb(36, 121, 12) |
| HSL | hsl(107, 82%, 26%) |
| CMYK | cmyk(70%, 0%, 90%, 53%) |
| LAB | lab(44.3 -44.4 46.0) |
| LCH | lch(44.3 63.9 134.0) |
| OKLCH | oklch(0.506 0.158 140.4) |
Copy-ready code
/* CSS */
color: #24790c;
background-color: #24790c;
/* Tailwind (arbitrary) */
class="text-[#24790c] bg-[#24790c]"
/* SCSS */
$brand: #24790c;
/* SwiftUI */
Color(red: 0.141, green: 0.475, blue: 0.047)
/* Android */
Color.parseColor("#24790c")Accessibility — WCAG contrast
Aa
#24790c on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#24790c on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green47.5%
Blue4.7%
CMYK percentages
Cyan70.2%
Magenta0.0%
Yellow90.1%
Key (black)52.5%
Color previews
#24790c text on a black background
contrast 3.82:1
Card sample
#24790c text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24790c;
Background color
Panel with #24790c background
background-color: #24790c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24790c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 121, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 121, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24790c; background: linear-gradient(135deg, #24790c, #0C793D);