#3bbc44
a balanced, vivid green · cool · closest name: forestgreen
RGB
59, 188, 68
HSL
124°, 52%, 48%
CMYK
69, 0, 64, 26
Luminance
0.3731
Every format
| HEX | #3bbc44 |
| RGB | rgb(59, 188, 68) |
| HSL | hsl(124, 52%, 48%) |
| CMYK | cmyk(69%, 0%, 64%, 26%) |
| LAB | lab(67.5 -58.5 49.3) |
| LCH | lch(67.5 76.5 139.9) |
| OKLCH | oklch(0.701 0.196 144.1) |
Copy-ready code
/* CSS */
color: #3bbc44;
background-color: #3bbc44;
/* Tailwind (arbitrary) */
class="text-[#3bbc44] bg-[#3bbc44]"
/* SCSS */
$brand: #3bbc44;
/* SwiftUI */
Color(red: 0.231, green: 0.737, blue: 0.267)
/* Android */
Color.parseColor("#3bbc44")Accessibility — WCAG contrast
Aa
#3bbc44 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bbc44 on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green73.7%
Blue26.7%
CMYK percentages
Cyan68.6%
Magenta0.0%
Yellow63.8%
Key (black)26.3%
Color previews
#3bbc44 text on a black background
contrast 8.46:1
Card sample
#3bbc44 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bbc44;
Background color
Panel with #3bbc44 background
background-color: #3bbc44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bbc44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 188, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 188, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bbc44; background: linear-gradient(135deg, #3bbc44, #3BBC9A);