#3eb35f
a balanced, vivid green · cool · closest name: forestgreen
RGB
62, 179, 95
HSL
137°, 49%, 47%
CMYK
65, 0, 47, 30
Luminance
0.3409
Every format
| HEX | #3eb35f |
| RGB | rgb(62, 179, 95) |
| HSL | hsl(137, 49%, 47%) |
| CMYK | cmyk(65%, 0%, 47%, 30%) |
| LAB | lab(65.0 -51.0 33.4) |
| LCH | lch(65.0 61.0 146.8) |
| OKLCH | oklch(0.681 0.160 149.3) |
Copy-ready code
/* CSS */
color: #3eb35f;
background-color: #3eb35f;
/* Tailwind (arbitrary) */
class="text-[#3eb35f] bg-[#3eb35f]"
/* SCSS */
$brand: #3eb35f;
/* SwiftUI */
Color(red: 0.243, green: 0.702, blue: 0.373)
/* Android */
Color.parseColor("#3eb35f")Accessibility — WCAG contrast
Aa
#3eb35f on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb35f on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green70.2%
Blue37.3%
CMYK percentages
Cyan65.4%
Magenta0.0%
Yellow46.9%
Key (black)29.8%
Color previews
#3eb35f text on a black background
contrast 7.82:1
Card sample
#3eb35f text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb35f;
Background color
Panel with #3eb35f background
background-color: #3eb35f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb35f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 179, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 179, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb35f; background: linear-gradient(135deg, #3eb35f, #3EB3AD);