#024f0c
a deep, electric green · cool · closest name: seagreen
RGB
2, 79, 12
HSL
128°, 95%, 16%
CMYK
98, 0, 85, 69
Luminance
0.0563
Every format
| HEX | #024f0c |
| RGB | rgb(2, 79, 12) |
| HSL | hsl(128, 95%, 16%) |
| CMYK | cmyk(98%, 0%, 85%, 69%) |
| LAB | lab(28.5 -35.6 31.1) |
| LCH | lch(28.5 47.3 138.8) |
| OKLCH | oklch(0.372 0.119 144.0) |
Copy-ready code
/* CSS */
color: #024f0c;
background-color: #024f0c;
/* Tailwind (arbitrary) */
class="text-[#024f0c] bg-[#024f0c]"
/* SCSS */
$brand: #024f0c;
/* SwiftUI */
Color(red: 0.008, green: 0.310, blue: 0.047)
/* Android */
Color.parseColor("#024f0c")Accessibility — WCAG contrast
Aa
#024f0c on white: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024f0c on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green31.0%
Blue4.7%
CMYK percentages
Cyan97.5%
Magenta0.0%
Yellow84.8%
Key (black)69.0%
Color previews
#024f0c text on a black background
contrast 2.13:1
Card sample
#024f0c text on a white background
contrast 9.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024f0c;
Background color
Panel with #024f0c background
background-color: #024f0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024f0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 79, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 79, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024f0c; background: linear-gradient(135deg, #024f0c, #024F3F);