#3bdc13
a balanced, electric green · cool · closest name: lime
RGB
59, 220, 19
HSL
108°, 84%, 47%
CMYK
73, 0, 91, 14
Luminance
0.5216
Every format
| HEX | #3bdc13 |
| RGB | rgb(59, 220, 19) |
| HSL | hsl(108, 84%, 47%) |
| CMYK | cmyk(73%, 0%, 91%, 14%) |
| LAB | lab(77.4 -71.7 73.1) |
| LCH | lch(77.4 102.4 134.5) |
| OKLCH | oklch(0.782 0.252 141.0) |
Copy-ready code
/* CSS */
color: #3bdc13;
background-color: #3bdc13;
/* Tailwind (arbitrary) */
class="text-[#3bdc13] bg-[#3bdc13]"
/* SCSS */
$brand: #3bdc13;
/* SwiftUI */
Color(red: 0.231, green: 0.863, blue: 0.075)
/* Android */
Color.parseColor("#3bdc13")Accessibility — WCAG contrast
Aa
#3bdc13 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bdc13 on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green86.3%
Blue7.5%
CMYK percentages
Cyan73.2%
Magenta0.0%
Yellow91.4%
Key (black)13.7%
Color previews
#3bdc13 text on a black background
contrast 11.43:1
Card sample
#3bdc13 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bdc13;
Background color
Panel with #3bdc13 background
background-color: #3bdc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bdc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 220, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 220, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bdc13; background: linear-gradient(135deg, #3bdc13, #13DC71);