#3cd74f
a balanced, vivid green · cool · closest name: forestgreen
RGB
60, 215, 79
HSL
127°, 66%, 54%
CMYK
72, 0, 63, 16
Luminance
0.5013
Every format
| HEX | #3cd74f |
| RGB | rgb(60, 215, 79) |
| HSL | hsl(127, 66%, 54%) |
| CMYK | cmyk(72%, 0%, 63%, 16%) |
| LAB | lab(76.1 -66.2 54.2) |
| LCH | lch(76.1 85.5 140.7) |
| OKLCH | oklch(0.772 0.219 144.8) |
Copy-ready code
/* CSS */
color: #3cd74f;
background-color: #3cd74f;
/* Tailwind (arbitrary) */
class="text-[#3cd74f] bg-[#3cd74f]"
/* SCSS */
$brand: #3cd74f;
/* SwiftUI */
Color(red: 0.235, green: 0.843, blue: 0.310)
/* Android */
Color.parseColor("#3cd74f")Accessibility — WCAG contrast
Aa
#3cd74f on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cd74f on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green84.3%
Blue31.0%
CMYK percentages
Cyan72.1%
Magenta0.0%
Yellow63.3%
Key (black)15.7%
Color previews
#3cd74f text on a black background
contrast 11.03:1
Card sample
#3cd74f text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cd74f;
Background color
Panel with #3cd74f background
background-color: #3cd74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cd74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 215, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 215, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cd74f; background: linear-gradient(135deg, #3cd74f, #3CD7B6);