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