#3eb14f
a balanced, vivid green · cool · closest name: forestgreen
RGB
62, 177, 79
HSL
129°, 48%, 47%
CMYK
65, 0, 55, 31
Luminance
0.3303
Every format
| HEX | #3eb14f |
| RGB | rgb(62, 177, 79) |
| HSL | hsl(129, 48%, 47%) |
| CMYK | cmyk(65%, 0%, 55%, 31%) |
| LAB | lab(64.2 -52.7 40.4) |
| LCH | lch(64.2 66.4 142.5) |
| OKLCH | oklch(0.674 0.172 145.9) |
Copy-ready code
/* CSS */
color: #3eb14f;
background-color: #3eb14f;
/* Tailwind (arbitrary) */
class="text-[#3eb14f] bg-[#3eb14f]"
/* SCSS */
$brand: #3eb14f;
/* SwiftUI */
Color(red: 0.243, green: 0.694, blue: 0.310)
/* Android */
Color.parseColor("#3eb14f")Accessibility — WCAG contrast
Aa
#3eb14f on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb14f on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green69.4%
Blue31.0%
CMYK percentages
Cyan65.0%
Magenta0.0%
Yellow55.4%
Key (black)30.6%
Color previews
#3eb14f text on a black background
contrast 7.61:1
Card sample
#3eb14f text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb14f;
Background color
Panel with #3eb14f background
background-color: #3eb14f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb14f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 177, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 177, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb14f; background: linear-gradient(135deg, #3eb14f, #3EB19C);