#3eb153
a balanced, vivid green · cool · closest name: forestgreen
RGB
62, 177, 83
HSL
131°, 48%, 47%
CMYK
65, 0, 53, 31
Luminance
0.3309
Every format
| HEX | #3eb153 |
| RGB | rgb(62, 177, 83) |
| HSL | hsl(131, 48%, 47%) |
| CMYK | cmyk(65%, 0%, 53%, 31%) |
| LAB | lab(64.2 -52.1 38.5) |
| LCH | lch(64.2 64.8 143.6) |
| OKLCH | oklch(0.674 0.168 146.7) |
Copy-ready code
/* CSS */
color: #3eb153;
background-color: #3eb153;
/* Tailwind (arbitrary) */
class="text-[#3eb153] bg-[#3eb153]"
/* SCSS */
$brand: #3eb153;
/* SwiftUI */
Color(red: 0.243, green: 0.694, blue: 0.325)
/* Android */
Color.parseColor("#3eb153")Accessibility — WCAG contrast
Aa
#3eb153 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb153 on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green69.4%
Blue32.5%
CMYK percentages
Cyan65.0%
Magenta0.0%
Yellow53.1%
Key (black)30.6%
Color previews
#3eb153 text on a black background
contrast 7.62:1
Card sample
#3eb153 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb153;
Background color
Panel with #3eb153 background
background-color: #3eb153;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb153;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 177, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 177, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb153; background: linear-gradient(135deg, #3eb153, #3EB1A0);