#3eef13
a balanced, electric green · cool · closest name: lime
RGB
62, 239, 19
HSL
108°, 87%, 51%
CMYK
74, 0, 92, 6
Luminance
0.6280
Every format
| HEX | #3eef13 |
| RGB | rgb(62, 239, 19) |
| HSL | hsl(108, 87%, 51%) |
| CMYK | cmyk(74%, 0%, 92%, 6%) |
| LAB | lab(83.3 -76.9 78.1) |
| LCH | lch(83.3 109.6 134.5) |
| OKLCH | oklch(0.831 0.270 141.1) |
Copy-ready code
/* CSS */
color: #3eef13;
background-color: #3eef13;
/* Tailwind (arbitrary) */
class="text-[#3eef13] bg-[#3eef13]"
/* SCSS */
$brand: #3eef13;
/* SwiftUI */
Color(red: 0.243, green: 0.937, blue: 0.075)
/* Android */
Color.parseColor("#3eef13")Accessibility — WCAG contrast
Aa
#3eef13 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eef13 on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green93.7%
Blue7.5%
CMYK percentages
Cyan74.1%
Magenta0.0%
Yellow92.1%
Key (black)6.3%
Color previews
#3eef13 text on a black background
contrast 13.56:1
Card sample
#3eef13 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eef13;
Background color
Panel with #3eef13 background
background-color: #3eef13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eef13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 239, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 239, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eef13; background: linear-gradient(135deg, #3eef13, #13EF7B);