#3ed310
a dark, electric green · cool · closest name: lime
RGB
62, 211, 16
HSL
106°, 86%, 45%
CMYK
71, 0, 92, 17
Luminance
0.4765
Every format
| HEX | #3ed310 |
| RGB | rgb(62, 211, 16) |
| HSL | hsl(106, 86%, 45%) |
| CMYK | cmyk(71%, 0%, 92%, 17%) |
| LAB | lab(74.6 -68.6 71.2) |
| LCH | lch(74.6 98.9 133.9) |
| OKLCH | oklch(0.759 0.243 140.6) |
Copy-ready code
/* CSS */
color: #3ed310;
background-color: #3ed310;
/* Tailwind (arbitrary) */
class="text-[#3ed310] bg-[#3ed310]"
/* SCSS */
$brand: #3ed310;
/* SwiftUI */
Color(red: 0.243, green: 0.827, blue: 0.063)
/* Android */
Color.parseColor("#3ed310")Accessibility — WCAG contrast
Aa
#3ed310 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ed310 on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green82.7%
Blue6.3%
CMYK percentages
Cyan70.6%
Magenta0.0%
Yellow92.4%
Key (black)17.3%
Color previews
#3ed310 text on a black background
contrast 10.53:1
Card sample
#3ed310 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ed310;
Background color
Panel with #3ed310 background
background-color: #3ed310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ed310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 211, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 211, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ed310; background: linear-gradient(135deg, #3ed310, #10D364);