#3b930f
a dark, electric green · cool · closest name: green
RGB
59, 147, 15
HSL
100°, 82%, 32%
CMYK
60, 0, 90, 42
Luminance
0.2183
Every format
| HEX | #3b930f |
| RGB | rgb(59, 147, 15) |
| HSL | hsl(100, 82%, 32%) |
| CMYK | cmyk(60%, 0%, 90%, 42%) |
| LAB | lab(53.9 -48.0 53.9) |
| LCH | lch(53.9 72.1 131.7) |
| OKLCH | oklch(0.586 0.177 138.5) |
Copy-ready code
/* CSS */
color: #3b930f;
background-color: #3b930f;
/* Tailwind (arbitrary) */
class="text-[#3b930f] bg-[#3b930f]"
/* SCSS */
$brand: #3b930f;
/* SwiftUI */
Color(red: 0.231, green: 0.576, blue: 0.059)
/* Android */
Color.parseColor("#3b930f")Accessibility — WCAG contrast
Aa
#3b930f on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3b930f on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green57.6%
Blue5.9%
CMYK percentages
Cyan59.9%
Magenta0.0%
Yellow89.8%
Key (black)42.4%
Color previews
#3b930f text on a black background
contrast 5.37:1
Card sample
#3b930f text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b930f;
Background color
Panel with #3b930f background
background-color: #3b930f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b930f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 147, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 147, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b930f; background: linear-gradient(135deg, #3b930f, #0F933B);