#3eb052
a balanced, vivid green · cool · closest name: forestgreen
RGB
62, 176, 82
HSL
131°, 48%, 47%
CMYK
65, 0, 53, 31
Luminance
0.3268
Every format
| HEX | #3eb052 |
| RGB | rgb(62, 176, 82) |
| HSL | hsl(131, 48%, 47%) |
| CMYK | cmyk(65%, 0%, 53%, 31%) |
| LAB | lab(63.9 -51.9 38.6) |
| LCH | lch(63.9 64.6 143.4) |
| OKLCH | oklch(0.671 0.168 146.5) |
Copy-ready code
/* CSS */
color: #3eb052;
background-color: #3eb052;
/* Tailwind (arbitrary) */
class="text-[#3eb052] bg-[#3eb052]"
/* SCSS */
$brand: #3eb052;
/* SwiftUI */
Color(red: 0.243, green: 0.690, blue: 0.322)
/* Android */
Color.parseColor("#3eb052")Accessibility — WCAG contrast
Aa
#3eb052 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb052 on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green69.0%
Blue32.2%
CMYK percentages
Cyan64.8%
Magenta0.0%
Yellow53.4%
Key (black)31.0%
Color previews
#3eb052 text on a black background
contrast 7.54:1
Card sample
#3eb052 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb052;
Background color
Panel with #3eb052 background
background-color: #3eb052;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb052;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 176, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 176, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb052; background: linear-gradient(135deg, #3eb052, #3EB09E);