#3ee20c
a balanced, electric green · cool · closest name: lime
RGB
62, 226, 12
HSL
106°, 90%, 47%
CMYK
73, 0, 95, 11
Luminance
0.5544
Every format
| HEX | #3ee20c |
| RGB | rgb(62, 226, 12) |
| HSL | hsl(106, 90%, 47%) |
| CMYK | cmyk(73%, 0%, 95%, 11%) |
| LAB | lab(79.3 -73.2 75.6) |
| LCH | lch(79.3 105.2 134.1) |
| OKLCH | oklch(0.798 0.259 140.8) |
Copy-ready code
/* CSS */
color: #3ee20c;
background-color: #3ee20c;
/* Tailwind (arbitrary) */
class="text-[#3ee20c] bg-[#3ee20c]"
/* SCSS */
$brand: #3ee20c;
/* SwiftUI */
Color(red: 0.243, green: 0.886, blue: 0.047)
/* Android */
Color.parseColor("#3ee20c")Accessibility — WCAG contrast
Aa
#3ee20c on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ee20c on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green88.6%
Blue4.7%
CMYK percentages
Cyan72.6%
Magenta0.0%
Yellow94.7%
Key (black)11.4%
Color previews
#3ee20c text on a black background
contrast 12.09:1
Card sample
#3ee20c text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ee20c;
Background color
Panel with #3ee20c background
background-color: #3ee20c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ee20c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 226, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 226, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ee20c; background: linear-gradient(135deg, #3ee20c, #0CE269);