#3ea440
a dark, vivid green · cool · closest name: forestgreen
RGB
62, 164, 64
HSL
121°, 45%, 44%
CMYK
62, 0, 61, 36
Luminance
0.2795
Every format
| HEX | #3ea440 |
| RGB | rgb(62, 164, 64) |
| HSL | hsl(121, 45%, 44%) |
| CMYK | cmyk(62%, 0%, 61%, 36%) |
| LAB | lab(59.8 -49.7 42.4) |
| LCH | lch(59.8 65.3 139.6) |
| OKLCH | oklch(0.637 0.168 143.6) |
Copy-ready code
/* CSS */
color: #3ea440;
background-color: #3ea440;
/* Tailwind (arbitrary) */
class="text-[#3ea440] bg-[#3ea440]"
/* SCSS */
$brand: #3ea440;
/* SwiftUI */
Color(red: 0.243, green: 0.643, blue: 0.251)
/* Android */
Color.parseColor("#3ea440")Accessibility — WCAG contrast
Aa
#3ea440 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3ea440 on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green64.3%
Blue25.1%
CMYK percentages
Cyan62.2%
Magenta0.0%
Yellow61.0%
Key (black)35.7%
Color previews
#3ea440 text on a black background
contrast 6.59:1
Card sample
#3ea440 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ea440;
Background color
Panel with #3ea440 background
background-color: #3ea440;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ea440;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 164, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 164, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ea440; background: linear-gradient(135deg, #3ea440, #3EA484);