#3bdf1d
a balanced, electric green · cool · closest name: lime
RGB
59, 223, 29
HSL
111°, 77%, 49%
CMYK
74, 0, 87, 13
Luminance
0.5379
Every format
| HEX | #3bdf1d |
| RGB | rgb(59, 223, 29) |
| HSL | hsl(111, 77%, 49%) |
| CMYK | cmyk(74%, 0%, 87%, 13%) |
| LAB | lab(78.3 -72.3 72.3) |
| LCH | lch(78.3 102.3 135.0) |
| OKLCH | oklch(0.790 0.253 141.3) |
Copy-ready code
/* CSS */
color: #3bdf1d;
background-color: #3bdf1d;
/* Tailwind (arbitrary) */
class="text-[#3bdf1d] bg-[#3bdf1d]"
/* SCSS */
$brand: #3bdf1d;
/* SwiftUI */
Color(red: 0.231, green: 0.875, blue: 0.114)
/* Android */
Color.parseColor("#3bdf1d")Accessibility — WCAG contrast
Aa
#3bdf1d on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bdf1d on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green87.5%
Blue11.4%
CMYK percentages
Cyan73.5%
Magenta0.0%
Yellow87.0%
Key (black)12.5%
Color previews
#3bdf1d text on a black background
contrast 11.76:1
Card sample
#3bdf1d text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bdf1d;
Background color
Panel with #3bdf1d background
background-color: #3bdf1d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bdf1d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 223, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 223, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bdf1d; background: linear-gradient(135deg, #3bdf1d, #1DDF80);