#3ad821
a balanced, vivid green · cool · closest name: lime
RGB
58, 216, 33
HSL
112°, 74%, 49%
CMYK
73, 0, 85, 15
Luminance
0.5012
Every format
| HEX | #3ad821 |
| RGB | rgb(58, 216, 33) |
| HSL | hsl(112, 74%, 49%) |
| CMYK | cmyk(73%, 0%, 85%, 15%) |
| LAB | lab(76.1 -70.2 69.5) |
| LCH | lch(76.1 98.8 135.3) |
| OKLCH | oklch(0.771 0.245 141.4) |
Copy-ready code
/* CSS */
color: #3ad821;
background-color: #3ad821;
/* Tailwind (arbitrary) */
class="text-[#3ad821] bg-[#3ad821]"
/* SCSS */
$brand: #3ad821;
/* SwiftUI */
Color(red: 0.227, green: 0.847, blue: 0.129)
/* Android */
Color.parseColor("#3ad821")Accessibility — WCAG contrast
Aa
#3ad821 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ad821 on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green84.7%
Blue12.9%
CMYK percentages
Cyan73.1%
Magenta0.0%
Yellow84.7%
Key (black)15.3%
Color previews
#3ad821 text on a black background
contrast 11.02:1
Card sample
#3ad821 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ad821;
Background color
Panel with #3ad821 background
background-color: #3ad821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ad821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 216, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 216, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ad821; background: linear-gradient(135deg, #3ad821, #21D882);