#3cd25f
a balanced, vivid green · cool · closest name: forestgreen
RGB
60, 210, 95
HSL
134°, 63%, 53%
CMYK
71, 0, 55, 18
Luminance
0.4788
Every format
| HEX | #3cd25f |
| RGB | rgb(60, 210, 95) |
| HSL | hsl(134, 63%, 53%) |
| CMYK | cmyk(71%, 0%, 55%, 18%) |
| LAB | lab(74.8 -62.6 45.4) |
| LCH | lch(74.8 77.3 144.0) |
| OKLCH | oklch(0.761 0.201 147.2) |
Copy-ready code
/* CSS */
color: #3cd25f;
background-color: #3cd25f;
/* Tailwind (arbitrary) */
class="text-[#3cd25f] bg-[#3cd25f]"
/* SCSS */
$brand: #3cd25f;
/* SwiftUI */
Color(red: 0.235, green: 0.824, blue: 0.373)
/* Android */
Color.parseColor("#3cd25f")Accessibility — WCAG contrast
Aa
#3cd25f on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cd25f on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green82.4%
Blue37.3%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow54.8%
Key (black)17.6%
Color previews
#3cd25f text on a black background
contrast 10.58:1
Card sample
#3cd25f text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cd25f;
Background color
Panel with #3cd25f background
background-color: #3cd25f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cd25f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 210, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 210, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cd25f; background: linear-gradient(135deg, #3cd25f, #3CD2C3);