#3cd552
a balanced, vivid green · cool · closest name: forestgreen
RGB
60, 213, 82
HSL
129°, 65%, 54%
CMYK
72, 0, 62, 17
Luminance
0.4916
Every format
| HEX | #3cd552 |
| RGB | rgb(60, 213, 82) |
| HSL | hsl(129, 65%, 54%) |
| CMYK | cmyk(72%, 0%, 62%, 17%) |
| LAB | lab(75.5 -65.2 52.2) |
| LCH | lch(75.5 83.5 141.3) |
| OKLCH | oklch(0.768 0.214 145.2) |
Copy-ready code
/* CSS */
color: #3cd552;
background-color: #3cd552;
/* Tailwind (arbitrary) */
class="text-[#3cd552] bg-[#3cd552]"
/* SCSS */
$brand: #3cd552;
/* SwiftUI */
Color(red: 0.235, green: 0.835, blue: 0.322)
/* Android */
Color.parseColor("#3cd552")Accessibility — WCAG contrast
Aa
#3cd552 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cd552 on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green83.5%
Blue32.2%
CMYK percentages
Cyan71.8%
Magenta0.0%
Yellow61.5%
Key (black)16.5%
Color previews
#3cd552 text on a black background
contrast 10.83:1
Card sample
#3cd552 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cd552;
Background color
Panel with #3cd552 background
background-color: #3cd552;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cd552;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 213, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 213, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cd552; background: linear-gradient(135deg, #3cd552, #3CD5B8);