#3ec02a
a balanced, vivid green · cool · closest name: forestgreen
RGB
62, 192, 42
HSL
112°, 64%, 46%
CMYK
68, 0, 78, 25
Luminance
0.3889
Every format
| HEX | #3ec02a |
| RGB | rgb(62, 192, 42) |
| HSL | hsl(112, 64%, 46%) |
| CMYK | cmyk(68%, 0%, 78%, 25%) |
| LAB | lab(68.7 -61.5 60.3) |
| LCH | lch(68.7 86.1 135.6) |
| OKLCH | oklch(0.710 0.215 141.3) |
Copy-ready code
/* CSS */
color: #3ec02a;
background-color: #3ec02a;
/* Tailwind (arbitrary) */
class="text-[#3ec02a] bg-[#3ec02a]"
/* SCSS */
$brand: #3ec02a;
/* SwiftUI */
Color(red: 0.243, green: 0.753, blue: 0.165)
/* Android */
Color.parseColor("#3ec02a")Accessibility — WCAG contrast
Aa
#3ec02a on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ec02a on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green75.3%
Blue16.5%
CMYK percentages
Cyan67.7%
Magenta0.0%
Yellow78.1%
Key (black)24.7%
Color previews
#3ec02a text on a black background
contrast 8.78:1
Card sample
#3ec02a text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ec02a;
Background color
Panel with #3ec02a background
background-color: #3ec02a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ec02a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 192, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 192, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ec02a; background: linear-gradient(135deg, #3ec02a, #2AC07A);