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