#3cd73f
a balanced, vivid green · cool · closest name: lime
RGB
60, 215, 63
HSL
121°, 66%, 54%
CMYK
72, 0, 71, 16
Luminance
0.4992
Every format
| HEX | #3cd73f |
| RGB | rgb(60, 215, 63) |
| HSL | hsl(121, 66%, 54%) |
| CMYK | cmyk(72%, 0%, 71%, 16%) |
| LAB | lab(76.0 -67.7 60.4) |
| LCH | lch(76.0 90.7 138.3) |
| OKLCH | oklch(0.771 0.230 143.2) |
Copy-ready code
/* CSS */
color: #3cd73f;
background-color: #3cd73f;
/* Tailwind (arbitrary) */
class="text-[#3cd73f] bg-[#3cd73f]"
/* SCSS */
$brand: #3cd73f;
/* SwiftUI */
Color(red: 0.235, green: 0.843, blue: 0.247)
/* Android */
Color.parseColor("#3cd73f")Accessibility — WCAG contrast
Aa
#3cd73f on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cd73f on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green84.3%
Blue24.7%
CMYK percentages
Cyan72.1%
Magenta0.0%
Yellow70.7%
Key (black)15.7%
Color previews
#3cd73f text on a black background
contrast 10.98:1
Card sample
#3cd73f text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cd73f;
Background color
Panel with #3cd73f background
background-color: #3cd73f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cd73f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 215, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 215, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cd73f; background: linear-gradient(135deg, #3cd73f, #3CD7A6);