#3cc36d
a balanced, vivid green · cool · closest name: forestgreen
RGB
60, 195, 109
HSL
142°, 53%, 50%
CMYK
69, 0, 44, 24
Luminance
0.4109
Every format
| HEX | #3cc36d |
| RGB | rgb(60, 195, 109) |
| HSL | hsl(142, 53%, 50%) |
| CMYK | cmyk(69%, 0%, 44%, 24%) |
| LAB | lab(70.2 -55.1 32.9) |
| LCH | lch(70.2 64.2 149.2) |
| OKLCH | oklch(0.725 0.169 151.4) |
Copy-ready code
/* CSS */
color: #3cc36d;
background-color: #3cc36d;
/* Tailwind (arbitrary) */
class="text-[#3cc36d] bg-[#3cc36d]"
/* SCSS */
$brand: #3cc36d;
/* SwiftUI */
Color(red: 0.235, green: 0.765, blue: 0.427)
/* Android */
Color.parseColor("#3cc36d")Accessibility — WCAG contrast
Aa
#3cc36d on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cc36d on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green76.5%
Blue42.7%
CMYK percentages
Cyan69.2%
Magenta0.0%
Yellow44.1%
Key (black)23.5%
Color previews
#3cc36d text on a black background
contrast 9.22:1
Card sample
#3cc36d text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cc36d;
Background color
Panel with #3cc36d background
background-color: #3cc36d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cc36d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 195, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 195, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cc36d; background: linear-gradient(135deg, #3cc36d, #3CBFC3);