#3ba40c
a dark, electric green · cool · closest name: green
RGB
59, 164, 12
HSL
101°, 86%, 35%
CMYK
64, 0, 93, 36
Luminance
0.2751
Every format
| HEX | #3ba40c |
| RGB | rgb(59, 164, 12) |
| HSL | hsl(101, 86%, 35%) |
| CMYK | cmyk(64%, 0%, 93%, 36%) |
| LAB | lab(59.4 -54.1 59.1) |
| LCH | lch(59.4 80.1 132.5) |
| OKLCH | oklch(0.633 0.197 139.3) |
Copy-ready code
/* CSS */
color: #3ba40c;
background-color: #3ba40c;
/* Tailwind (arbitrary) */
class="text-[#3ba40c] bg-[#3ba40c]"
/* SCSS */
$brand: #3ba40c;
/* SwiftUI */
Color(red: 0.231, green: 0.643, blue: 0.047)
/* Android */
Color.parseColor("#3ba40c")Accessibility — WCAG contrast
Aa
#3ba40c on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3ba40c on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green64.3%
Blue4.7%
CMYK percentages
Cyan64.0%
Magenta0.0%
Yellow92.7%
Key (black)35.7%
Color previews
#3ba40c text on a black background
contrast 6.50:1
Card sample
#3ba40c text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ba40c;
Background color
Panel with #3ba40c background
background-color: #3ba40c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ba40c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 164, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 164, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ba40c; background: linear-gradient(135deg, #3ba40c, #0CA442);