#3ed621
a balanced, vivid green · cool · closest name: lime
RGB
62, 214, 33
HSL
110°, 73%, 48%
CMYK
71, 0, 85, 16
Luminance
0.4923
Every format
| HEX | #3ed621 |
| RGB | rgb(62, 214, 33) |
| HSL | hsl(110, 73%, 48%) |
| CMYK | cmyk(71%, 0%, 85%, 16%) |
| LAB | lab(75.6 -68.9 69.0) |
| LCH | lch(75.6 97.6 135.0) |
| OKLCH | oklch(0.767 0.242 141.2) |
Copy-ready code
/* CSS */
color: #3ed621;
background-color: #3ed621;
/* Tailwind (arbitrary) */
class="text-[#3ed621] bg-[#3ed621]"
/* SCSS */
$brand: #3ed621;
/* SwiftUI */
Color(red: 0.243, green: 0.839, blue: 0.129)
/* Android */
Color.parseColor("#3ed621")Accessibility — WCAG contrast
Aa
#3ed621 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ed621 on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green83.9%
Blue12.9%
CMYK percentages
Cyan71.0%
Magenta0.0%
Yellow84.6%
Key (black)16.1%
Color previews
#3ed621 text on a black background
contrast 10.85:1
Card sample
#3ed621 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ed621;
Background color
Panel with #3ed621 background
background-color: #3ed621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ed621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 214, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 214, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ed621; background: linear-gradient(135deg, #3ed621, #21D67D);