#3e9b16
a dark, electric green · cool · closest name: forestgreen
RGB
62, 155, 22
HSL
102°, 75%, 35%
CMYK
60, 0, 86, 39
Luminance
0.2452
Every format
| HEX | #3e9b16 |
| RGB | rgb(62, 155, 22) |
| HSL | hsl(102, 75%, 35%) |
| CMYK | cmyk(60%, 0%, 86%, 39%) |
| LAB | lab(56.6 -49.8 54.7) |
| LCH | lch(56.6 74.0 132.3) |
| OKLCH | oklch(0.610 0.183 138.9) |
Copy-ready code
/* CSS */
color: #3e9b16;
background-color: #3e9b16;
/* Tailwind (arbitrary) */
class="text-[#3e9b16] bg-[#3e9b16]"
/* SCSS */
$brand: #3e9b16;
/* SwiftUI */
Color(red: 0.243, green: 0.608, blue: 0.086)
/* Android */
Color.parseColor("#3e9b16")Accessibility — WCAG contrast
Aa
#3e9b16 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3e9b16 on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green60.8%
Blue8.6%
CMYK percentages
Cyan60.0%
Magenta0.0%
Yellow85.8%
Key (black)39.2%
Color previews
#3e9b16 text on a black background
contrast 5.90:1
Card sample
#3e9b16 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e9b16;
Background color
Panel with #3e9b16 background
background-color: #3e9b16;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e9b16;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 155, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 155, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e9b16; background: linear-gradient(135deg, #3e9b16, #169B47);