#3bda21
a balanced, vivid green · cool · closest name: lime
RGB
59, 218, 33
HSL
112°, 74%, 49%
CMYK
73, 0, 85, 15
Luminance
0.5118
Every format
| HEX | #3bda21 |
| RGB | rgb(59, 218, 33) |
| HSL | hsl(112, 74%, 49%) |
| CMYK | cmyk(73%, 0%, 85%, 15%) |
| LAB | lab(76.8 -70.7 70.1) |
| LCH | lch(76.8 99.5 135.2) |
| OKLCH | oklch(0.777 0.247 141.4) |
Copy-ready code
/* CSS */
color: #3bda21;
background-color: #3bda21;
/* Tailwind (arbitrary) */
class="text-[#3bda21] bg-[#3bda21]"
/* SCSS */
$brand: #3bda21;
/* SwiftUI */
Color(red: 0.231, green: 0.855, blue: 0.129)
/* Android */
Color.parseColor("#3bda21")Accessibility — WCAG contrast
Aa
#3bda21 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bda21 on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green85.5%
Blue12.9%
CMYK percentages
Cyan72.9%
Magenta0.0%
Yellow84.9%
Key (black)14.5%
Color previews
#3bda21 text on a black background
contrast 11.24:1
Card sample
#3bda21 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bda21;
Background color
Panel with #3bda21 background
background-color: #3bda21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bda21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 218, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 218, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bda21; background: linear-gradient(135deg, #3bda21, #21DA82);