#3cbf49
a balanced, vivid green · cool · closest name: forestgreen
RGB
60, 191, 73
HSL
126°, 52%, 49%
CMYK
69, 0, 62, 25
Luminance
0.3870
Every format
| HEX | #3cbf49 |
| RGB | rgb(60, 191, 73) |
| HSL | hsl(126, 52%, 49%) |
| CMYK | cmyk(69%, 0%, 62%, 25%) |
| LAB | lab(68.5 -58.8 48.2) |
| LCH | lch(68.5 76.0 140.7) |
| OKLCH | oklch(0.709 0.195 144.6) |
Copy-ready code
/* CSS */
color: #3cbf49;
background-color: #3cbf49;
/* Tailwind (arbitrary) */
class="text-[#3cbf49] bg-[#3cbf49]"
/* SCSS */
$brand: #3cbf49;
/* SwiftUI */
Color(red: 0.235, green: 0.749, blue: 0.286)
/* Android */
Color.parseColor("#3cbf49")Accessibility — WCAG contrast
Aa
#3cbf49 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cbf49 on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green74.9%
Blue28.6%
CMYK percentages
Cyan68.6%
Magenta0.0%
Yellow61.8%
Key (black)25.1%
Color previews
#3cbf49 text on a black background
contrast 8.74:1
Card sample
#3cbf49 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cbf49;
Background color
Panel with #3cbf49 background
background-color: #3cbf49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cbf49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 191, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 191, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cbf49; background: linear-gradient(135deg, #3cbf49, #3CBFA0);