#3bda13
a balanced, electric green · cool · closest name: lime
RGB
59, 218, 19
HSL
108°, 84%, 47%
CMYK
73, 0, 91, 15
Luminance
0.5112
Every format
| HEX | #3bda13 |
| RGB | rgb(59, 218, 19) |
| HSL | hsl(108, 84%, 47%) |
| CMYK | cmyk(73%, 0%, 91%, 15%) |
| LAB | lab(76.8 -71.1 72.6) |
| LCH | lch(76.8 101.6 134.4) |
| OKLCH | oklch(0.776 0.251 141.0) |
Copy-ready code
/* CSS */
color: #3bda13;
background-color: #3bda13;
/* Tailwind (arbitrary) */
class="text-[#3bda13] bg-[#3bda13]"
/* SCSS */
$brand: #3bda13;
/* SwiftUI */
Color(red: 0.231, green: 0.855, blue: 0.075)
/* Android */
Color.parseColor("#3bda13")Accessibility — WCAG contrast
Aa
#3bda13 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bda13 on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green85.5%
Blue7.5%
CMYK percentages
Cyan72.9%
Magenta0.0%
Yellow91.3%
Key (black)14.5%
Color previews
#3bda13 text on a black background
contrast 11.22:1
Card sample
#3bda13 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bda13;
Background color
Panel with #3bda13 background
background-color: #3bda13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bda13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 218, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 218, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bda13; background: linear-gradient(135deg, #3bda13, #13DA70);