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