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