#3c9b2f
a dark, vivid green · cool · closest name: forestgreen
RGB
60, 155, 47
HSL
113°, 54%, 40%
CMYK
61, 0, 70, 39
Luminance
0.2461
Every format
| HEX | #3c9b2f |
| RGB | rgb(60, 155, 47) |
| HSL | hsl(113, 54%, 40%) |
| CMYK | cmyk(61%, 0%, 70%, 39%) |
| LAB | lab(56.7 -48.6 46.4) |
| LCH | lch(56.7 67.2 136.4) |
| OKLCH | oklch(0.611 0.170 141.4) |
Copy-ready code
/* CSS */
color: #3c9b2f;
background-color: #3c9b2f;
/* Tailwind (arbitrary) */
class="text-[#3c9b2f] bg-[#3c9b2f]"
/* SCSS */
$brand: #3c9b2f;
/* SwiftUI */
Color(red: 0.235, green: 0.608, blue: 0.184)
/* Android */
Color.parseColor("#3c9b2f")Accessibility — WCAG contrast
Aa
#3c9b2f on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3c9b2f on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green60.8%
Blue18.4%
CMYK percentages
Cyan61.3%
Magenta0.0%
Yellow69.7%
Key (black)39.2%
Color previews
#3c9b2f text on a black background
contrast 5.92:1
Card sample
#3c9b2f text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c9b2f;
Background color
Panel with #3c9b2f background
background-color: #3c9b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c9b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 155, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 155, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c9b2f; background: linear-gradient(135deg, #3c9b2f, #2F9B6A);