#3ecf49
a balanced, vivid green · cool · closest name: forestgreen
RGB
62, 207, 73
HSL
125°, 60%, 53%
CMYK
70, 0, 65, 19
Luminance
0.4613
Every format
| HEX | #3ecf49 |
| RGB | rgb(62, 207, 73) |
| HSL | hsl(125, 60%, 53%) |
| CMYK | cmyk(70%, 0%, 65%, 19%) |
| LAB | lab(73.6 -63.9 53.9) |
| LCH | lch(73.6 83.6 139.8) |
| OKLCH | oklch(0.751 0.213 144.1) |
Copy-ready code
/* CSS */
color: #3ecf49;
background-color: #3ecf49;
/* Tailwind (arbitrary) */
class="text-[#3ecf49] bg-[#3ecf49]"
/* SCSS */
$brand: #3ecf49;
/* SwiftUI */
Color(red: 0.243, green: 0.812, blue: 0.286)
/* Android */
Color.parseColor("#3ecf49")Accessibility — WCAG contrast
Aa
#3ecf49 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ecf49 on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green81.2%
Blue28.6%
CMYK percentages
Cyan70.0%
Magenta0.0%
Yellow64.7%
Key (black)18.8%
Color previews
#3ecf49 text on a black background
contrast 10.23:1
Card sample
#3ecf49 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ecf49;
Background color
Panel with #3ecf49 background
background-color: #3ecf49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ecf49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 207, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 207, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ecf49; background: linear-gradient(135deg, #3ecf49, #3ECFAA);