#3eed4f
a balanced, electric green · cool · closest name: lime
RGB
62, 237, 79
HSL
126°, 83%, 59%
CMYK
74, 0, 67, 7
Luminance
0.6216
Every format
| HEX | #3eed4f |
| RGB | rgb(62, 237, 79) |
| HSL | hsl(126, 83%, 59%) |
| CMYK | cmyk(74%, 0%, 67%, 7%) |
| LAB | lab(83.0 -72.9 61.7) |
| LCH | lch(83.0 95.5 139.7) |
| OKLCH | oklch(0.829 0.243 144.2) |
Copy-ready code
/* CSS */
color: #3eed4f;
background-color: #3eed4f;
/* Tailwind (arbitrary) */
class="text-[#3eed4f] bg-[#3eed4f]"
/* SCSS */
$brand: #3eed4f;
/* SwiftUI */
Color(red: 0.243, green: 0.929, blue: 0.310)
/* Android */
Color.parseColor("#3eed4f")Accessibility — WCAG contrast
Aa
#3eed4f on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eed4f on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green92.9%
Blue31.0%
CMYK percentages
Cyan73.8%
Magenta0.0%
Yellow66.7%
Key (black)7.1%
Color previews
#3eed4f text on a black background
contrast 13.43:1
Card sample
#3eed4f text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eed4f;
Background color
Panel with #3eed4f background
background-color: #3eed4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eed4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 237, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 237, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eed4f; background: linear-gradient(135deg, #3eed4f, #3EEDC4);