#3eb80d
a dark, electric green · cool · closest name: green
RGB
62, 184, 13
HSL
103°, 87%, 39%
CMYK
66, 0, 93, 28
Luminance
0.3533
Every format
| HEX | #3eb80d |
| RGB | rgb(62, 184, 13) |
| HSL | hsl(103, 87%, 39%) |
| CMYK | cmyk(66%, 0%, 93%, 28%) |
| LAB | lab(66.0 -60.1 64.5) |
| LCH | lch(66.0 88.2 133.0) |
| OKLCH | oklch(0.687 0.216 139.8) |
Copy-ready code
/* CSS */
color: #3eb80d;
background-color: #3eb80d;
/* Tailwind (arbitrary) */
class="text-[#3eb80d] bg-[#3eb80d]"
/* SCSS */
$brand: #3eb80d;
/* SwiftUI */
Color(red: 0.243, green: 0.722, blue: 0.051)
/* Android */
Color.parseColor("#3eb80d")Accessibility — WCAG contrast
Aa
#3eb80d on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb80d on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green72.2%
Blue5.1%
CMYK percentages
Cyan66.3%
Magenta0.0%
Yellow92.9%
Key (black)27.8%
Color previews
#3eb80d text on a black background
contrast 8.07:1
Card sample
#3eb80d text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb80d;
Background color
Panel with #3eb80d background
background-color: #3eb80d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb80d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 184, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 184, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb80d; background: linear-gradient(135deg, #3eb80d, #0DB84E);