#3bd521
a balanced, vivid green · cool · closest name: lime
RGB
59, 213, 33
HSL
111°, 73%, 48%
CMYK
72, 0, 85, 17
Luminance
0.4863
Every format
| HEX | #3bd521 |
| RGB | rgb(59, 213, 33) |
| HSL | hsl(111, 73%, 48%) |
| CMYK | cmyk(72%, 0%, 85%, 17%) |
| LAB | lab(75.2 -69.1 68.7) |
| LCH | lch(75.2 97.5 135.2) |
| OKLCH | oklch(0.764 0.242 141.3) |
Copy-ready code
/* CSS */
color: #3bd521;
background-color: #3bd521;
/* Tailwind (arbitrary) */
class="text-[#3bd521] bg-[#3bd521]"
/* SCSS */
$brand: #3bd521;
/* SwiftUI */
Color(red: 0.231, green: 0.835, blue: 0.129)
/* Android */
Color.parseColor("#3bd521")Accessibility — WCAG contrast
Aa
#3bd521 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bd521 on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green83.5%
Blue12.9%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow84.5%
Key (black)16.5%
Color previews
#3bd521 text on a black background
contrast 10.73:1
Card sample
#3bd521 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bd521;
Background color
Panel with #3bd521 background
background-color: #3bd521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bd521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 213, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 213, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bd521; background: linear-gradient(135deg, #3bd521, #21D57F);