#3ccc4d
a balanced, vivid green · cool · closest name: forestgreen
RGB
60, 204, 77
HSL
127°, 59%, 52%
CMYK
71, 0, 62, 20
Luminance
0.4468
Every format
| HEX | #3ccc4d |
| RGB | rgb(60, 204, 77) |
| HSL | hsl(127, 59%, 52%) |
| CMYK | cmyk(71%, 0%, 62%, 20%) |
| LAB | lab(72.7 -62.8 51.1) |
| LCH | lch(72.7 81.0 140.8) |
| OKLCH | oklch(0.744 0.207 144.8) |
Copy-ready code
/* CSS */
color: #3ccc4d;
background-color: #3ccc4d;
/* Tailwind (arbitrary) */
class="text-[#3ccc4d] bg-[#3ccc4d]"
/* SCSS */
$brand: #3ccc4d;
/* SwiftUI */
Color(red: 0.235, green: 0.800, blue: 0.302)
/* Android */
Color.parseColor("#3ccc4d")Accessibility — WCAG contrast
Aa
#3ccc4d on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ccc4d on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green80.0%
Blue30.2%
CMYK percentages
Cyan70.6%
Magenta0.0%
Yellow62.3%
Key (black)20.0%
Color previews
#3ccc4d text on a black background
contrast 9.94:1
Card sample
#3ccc4d text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ccc4d;
Background color
Panel with #3ccc4d background
background-color: #3ccc4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ccc4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 204, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 204, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ccc4d; background: linear-gradient(135deg, #3ccc4d, #3CCCAD);