#3eee7f
a balanced, electric green · cool · closest name: forestgreen
RGB
62, 238, 127
HSL
142°, 84%, 59%
CMYK
74, 0, 47, 7
Luminance
0.6371
Every format
| HEX | #3eee7f |
| RGB | rgb(62, 238, 127) |
| HSL | hsl(142, 84%, 59%) |
| CMYK | cmyk(74%, 0%, 47%, 7%) |
| LAB | lab(83.8 -67.2 41.3) |
| LCH | lch(83.8 78.8 148.4) |
| OKLCH | oklch(0.838 0.207 150.8) |
Copy-ready code
/* CSS */
color: #3eee7f;
background-color: #3eee7f;
/* Tailwind (arbitrary) */
class="text-[#3eee7f] bg-[#3eee7f]"
/* SCSS */
$brand: #3eee7f;
/* SwiftUI */
Color(red: 0.243, green: 0.933, blue: 0.498)
/* Android */
Color.parseColor("#3eee7f")Accessibility — WCAG contrast
Aa
#3eee7f on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eee7f on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green93.3%
Blue49.8%
CMYK percentages
Cyan73.9%
Magenta0.0%
Yellow46.6%
Key (black)6.7%
Color previews
#3eee7f text on a black background
contrast 13.74:1
Card sample
#3eee7f text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eee7f;
Background color
Panel with #3eee7f background
background-color: #3eee7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eee7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 238, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 238, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eee7f; background: linear-gradient(135deg, #3eee7f, #3EE8EE);