#3ecb2f
a balanced, vivid green · cool · closest name: forestgreen
RGB
62, 203, 47
HSL
114°, 62%, 49%
CMYK
70, 0, 77, 20
Luminance
0.4394
Every format
| HEX | #3ecb2f |
| RGB | rgb(62, 203, 47) |
| HSL | hsl(114, 62%, 49%) |
| CMYK | cmyk(70%, 0%, 77%, 20%) |
| LAB | lab(72.2 -64.7 62.1) |
| LCH | lch(72.2 89.7 136.2) |
| OKLCH | oklch(0.739 0.225 141.8) |
Copy-ready code
/* CSS */
color: #3ecb2f;
background-color: #3ecb2f;
/* Tailwind (arbitrary) */
class="text-[#3ecb2f] bg-[#3ecb2f]"
/* SCSS */
$brand: #3ecb2f;
/* SwiftUI */
Color(red: 0.243, green: 0.796, blue: 0.184)
/* Android */
Color.parseColor("#3ecb2f")Accessibility — WCAG contrast
Aa
#3ecb2f on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ecb2f on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green79.6%
Blue18.4%
CMYK percentages
Cyan69.5%
Magenta0.0%
Yellow76.8%
Key (black)20.4%
Color previews
#3ecb2f text on a black background
contrast 9.79:1
Card sample
#3ecb2f text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ecb2f;
Background color
Panel with #3ecb2f background
background-color: #3ecb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ecb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 203, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 203, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ecb2f; background: linear-gradient(135deg, #3ecb2f, #2FCB88);