#3ed921
a balanced, vivid green · cool · closest name: lime
RGB
62, 217, 33
HSL
111°, 74%, 49%
CMYK
71, 0, 85, 15
Luminance
0.5076
Every format
| HEX | #3ed921 |
| RGB | rgb(62, 217, 33) |
| HSL | hsl(111, 74%, 49%) |
| CMYK | cmyk(71%, 0%, 85%, 15%) |
| LAB | lab(76.5 -69.9 69.9) |
| LCH | lch(76.5 98.8 135.0) |
| OKLCH | oklch(0.775 0.245 141.2) |
Copy-ready code
/* CSS */
color: #3ed921;
background-color: #3ed921;
/* Tailwind (arbitrary) */
class="text-[#3ed921] bg-[#3ed921]"
/* SCSS */
$brand: #3ed921;
/* SwiftUI */
Color(red: 0.243, green: 0.851, blue: 0.129)
/* Android */
Color.parseColor("#3ed921")Accessibility — WCAG contrast
Aa
#3ed921 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ed921 on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green85.1%
Blue12.9%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow84.8%
Key (black)14.9%
Color previews
#3ed921 text on a black background
contrast 11.15:1
Card sample
#3ed921 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ed921;
Background color
Panel with #3ed921 background
background-color: #3ed921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ed921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 217, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 217, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ed921; background: linear-gradient(135deg, #3ed921, #21D97E);