#3bc049
a balanced, vivid green · cool · closest name: forestgreen
RGB
59, 192, 73
HSL
126°, 53%, 49%
CMYK
69, 0, 62, 25
Luminance
0.3911
Every format
| HEX | #3bc049 |
| RGB | rgb(59, 192, 73) |
| HSL | hsl(126, 53%, 49%) |
| CMYK | cmyk(69%, 0%, 62%, 25%) |
| LAB | lab(68.8 -59.3 48.5) |
| LCH | lch(68.8 76.7 140.7) |
| OKLCH | oklch(0.712 0.197 144.7) |
Copy-ready code
/* CSS */
color: #3bc049;
background-color: #3bc049;
/* Tailwind (arbitrary) */
class="text-[#3bc049] bg-[#3bc049]"
/* SCSS */
$brand: #3bc049;
/* SwiftUI */
Color(red: 0.231, green: 0.753, blue: 0.286)
/* Android */
Color.parseColor("#3bc049")Accessibility — WCAG contrast
Aa
#3bc049 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bc049 on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green75.3%
Blue28.6%
CMYK percentages
Cyan69.3%
Magenta0.0%
Yellow62.0%
Key (black)24.7%
Color previews
#3bc049 text on a black background
contrast 8.82:1
Card sample
#3bc049 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bc049;
Background color
Panel with #3bc049 background
background-color: #3bc049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bc049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 192, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 192, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bc049; background: linear-gradient(135deg, #3bc049, #3BC0A2);