#3ea430
a dark, vivid green · cool · closest name: forestgreen
RGB
62, 164, 48
HSL
113°, 55%, 42%
CMYK
62, 0, 71, 36
Luminance
0.2779
Every format
| HEX | #3ea430 |
| RGB | rgb(62, 164, 48) |
| HSL | hsl(113, 55%, 42%) |
| CMYK | cmyk(62%, 0%, 71%, 36%) |
| LAB | lab(59.7 -51.4 49.2) |
| LCH | lch(59.7 71.1 136.3) |
| OKLCH | oklch(0.635 0.180 141.4) |
Copy-ready code
/* CSS */
color: #3ea430;
background-color: #3ea430;
/* Tailwind (arbitrary) */
class="text-[#3ea430] bg-[#3ea430]"
/* SCSS */
$brand: #3ea430;
/* SwiftUI */
Color(red: 0.243, green: 0.643, blue: 0.188)
/* Android */
Color.parseColor("#3ea430")Accessibility — WCAG contrast
Aa
#3ea430 on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3ea430 on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green64.3%
Blue18.8%
CMYK percentages
Cyan62.2%
Magenta0.0%
Yellow70.7%
Key (black)35.7%
Color previews
#3ea430 text on a black background
contrast 6.56:1
Card sample
#3ea430 text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ea430;
Background color
Panel with #3ea430 background
background-color: #3ea430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ea430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 164, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 164, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ea430; background: linear-gradient(135deg, #3ea430, #30A46F);