#3cd45c
a balanced, vivid green · cool · closest name: forestgreen
RGB
60, 212, 92
HSL
133°, 64%, 53%
CMYK
72, 0, 57, 17
Luminance
0.4882
Every format
| HEX | #3cd45c |
| RGB | rgb(60, 212, 92) |
| HSL | hsl(133, 64%, 53%) |
| CMYK | cmyk(72%, 0%, 57%, 17%) |
| LAB | lab(75.3 -63.6 47.5) |
| LCH | lch(75.3 79.4 143.3) |
| OKLCH | oklch(0.766 0.205 146.6) |
Copy-ready code
/* CSS */
color: #3cd45c;
background-color: #3cd45c;
/* Tailwind (arbitrary) */
class="text-[#3cd45c] bg-[#3cd45c]"
/* SCSS */
$brand: #3cd45c;
/* SwiftUI */
Color(red: 0.235, green: 0.831, blue: 0.361)
/* Android */
Color.parseColor("#3cd45c")Accessibility — WCAG contrast
Aa
#3cd45c on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cd45c on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green83.1%
Blue36.1%
CMYK percentages
Cyan71.7%
Magenta0.0%
Yellow56.6%
Key (black)16.9%
Color previews
#3cd45c text on a black background
contrast 10.76:1
Card sample
#3cd45c text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cd45c;
Background color
Panel with #3cd45c background
background-color: #3cd45c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cd45c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 212, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 212, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cd45c; background: linear-gradient(135deg, #3cd45c, #3CD4C1);