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