#3eee8c
a balanced, electric green · cool · closest name: aquamarine
RGB
62, 238, 140
HSL
147°, 84%, 59%
CMYK
74, 0, 41, 7
Luminance
0.6407
Every format
| HEX | #3eee8c |
| RGB | rgb(62, 238, 140) |
| HSL | hsl(147, 84%, 59%) |
| CMYK | cmyk(74%, 0%, 41%, 7%) |
| LAB | lab(84.0 -65.0 35.1) |
| LCH | lch(84.0 73.9 151.6) |
| OKLCH | oklch(0.840 0.196 153.5) |
Copy-ready code
/* CSS */
color: #3eee8c;
background-color: #3eee8c;
/* Tailwind (arbitrary) */
class="text-[#3eee8c] bg-[#3eee8c]"
/* SCSS */
$brand: #3eee8c;
/* SwiftUI */
Color(red: 0.243, green: 0.933, blue: 0.549)
/* Android */
Color.parseColor("#3eee8c")Accessibility — WCAG contrast
Aa
#3eee8c on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eee8c on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green93.3%
Blue54.9%
CMYK percentages
Cyan73.9%
Magenta0.0%
Yellow41.2%
Key (black)6.7%
Color previews
#3eee8c text on a black background
contrast 13.81:1
Card sample
#3eee8c text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eee8c;
Background color
Panel with #3eee8c background
background-color: #3eee8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eee8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 238, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 238, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eee8c; background: linear-gradient(135deg, #3eee8c, #3EDBEE);