#3eb44e
a balanced, vivid green · cool · closest name: forestgreen
RGB
62, 180, 78
HSL
128°, 49%, 48%
CMYK
66, 0, 57, 29
Luminance
0.3422
Every format
| HEX | #3eb44e |
| RGB | rgb(62, 180, 78) |
| HSL | hsl(128, 49%, 48%) |
| CMYK | cmyk(66%, 0%, 57%, 29%) |
| LAB | lab(65.1 -53.9 42.0) |
| LCH | lch(65.1 68.3 142.1) |
| OKLCH | oklch(0.681 0.177 145.6) |
Copy-ready code
/* CSS */
color: #3eb44e;
background-color: #3eb44e;
/* Tailwind (arbitrary) */
class="text-[#3eb44e] bg-[#3eb44e]"
/* SCSS */
$brand: #3eb44e;
/* SwiftUI */
Color(red: 0.243, green: 0.706, blue: 0.306)
/* Android */
Color.parseColor("#3eb44e")Accessibility — WCAG contrast
Aa
#3eb44e on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb44e on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green70.6%
Blue30.6%
CMYK percentages
Cyan65.6%
Magenta0.0%
Yellow56.7%
Key (black)29.4%
Color previews
#3eb44e text on a black background
contrast 7.84:1
Card sample
#3eb44e text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb44e;
Background color
Panel with #3eb44e background
background-color: #3eb44e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb44e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 180, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 180, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb44e; background: linear-gradient(135deg, #3eb44e, #3EB49D);