#3eb370
a balanced, vivid green · cool · closest name: seagreen
RGB
62, 179, 112
HSL
146°, 49%, 47%
CMYK
65, 0, 37, 30
Luminance
0.3443
Every format
| HEX | #3eb370 |
| RGB | rgb(62, 179, 112) |
| HSL | hsl(146, 49%, 47%) |
| CMYK | cmyk(65%, 0%, 37%, 30%) |
| LAB | lab(65.3 -48.0 24.9) |
| LCH | lch(65.3 54.1 152.6) |
| OKLCH | oklch(0.684 0.144 154.4) |
Copy-ready code
/* CSS */
color: #3eb370;
background-color: #3eb370;
/* Tailwind (arbitrary) */
class="text-[#3eb370] bg-[#3eb370]"
/* SCSS */
$brand: #3eb370;
/* SwiftUI */
Color(red: 0.243, green: 0.702, blue: 0.439)
/* Android */
Color.parseColor("#3eb370")Accessibility — WCAG contrast
Aa
#3eb370 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb370 on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green70.2%
Blue43.9%
CMYK percentages
Cyan65.4%
Magenta0.0%
Yellow37.4%
Key (black)29.8%
Color previews
#3eb370 text on a black background
contrast 7.89:1
Card sample
#3eb370 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb370;
Background color
Panel with #3eb370 background
background-color: #3eb370;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb370;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 179, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 179, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb370; background: linear-gradient(135deg, #3eb370, #3EA8B3);