#39b511
a dark, electric green · cool · closest name: green
RGB
57, 181, 17
HSL
105°, 83%, 39%
CMYK
69, 0, 91, 29
Luminance
0.3396
Every format
| HEX | #39b511 |
| RGB | rgb(57, 181, 17) |
| HSL | hsl(105, 83%, 39%) |
| CMYK | cmyk(69%, 0%, 91%, 29%) |
| LAB | lab(64.9 -60.0 62.9) |
| LCH | lch(64.9 87.0 133.7) |
| OKLCH | oklch(0.678 0.214 140.3) |
Copy-ready code
/* CSS */
color: #39b511;
background-color: #39b511;
/* Tailwind (arbitrary) */
class="text-[#39b511] bg-[#39b511]"
/* SCSS */
$brand: #39b511;
/* SwiftUI */
Color(red: 0.224, green: 0.710, blue: 0.067)
/* Android */
Color.parseColor("#39b511")Accessibility — WCAG contrast
Aa
#39b511 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39b511 on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green71.0%
Blue6.7%
CMYK percentages
Cyan68.5%
Magenta0.0%
Yellow90.6%
Key (black)29.0%
Color previews
#39b511 text on a black background
contrast 7.79:1
Card sample
#39b511 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39b511;
Background color
Panel with #39b511 background
background-color: #39b511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39b511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 181, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 181, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39b511; background: linear-gradient(135deg, #39b511, #11B556);