#3cdd3c
a balanced, vivid green · cool · closest name: lime
RGB
60, 221, 60
HSL
120°, 70%, 55%
CMYK
73, 0, 73, 13
Luminance
0.5300
Every format
| HEX | #3cdd3c |
| RGB | rgb(60, 221, 60) |
| HSL | hsl(120, 70%, 55%) |
| CMYK | cmyk(73%, 0%, 73%, 13%) |
| LAB | lab(77.9 -69.8 63.4) |
| LCH | lch(77.9 94.3 137.8) |
| OKLCH | oklch(0.786 0.238 142.9) |
Copy-ready code
/* CSS */
color: #3cdd3c;
background-color: #3cdd3c;
/* Tailwind (arbitrary) */
class="text-[#3cdd3c] bg-[#3cdd3c]"
/* SCSS */
$brand: #3cdd3c;
/* SwiftUI */
Color(red: 0.235, green: 0.867, blue: 0.235)
/* Android */
Color.parseColor("#3cdd3c")Accessibility — WCAG contrast
Aa
#3cdd3c on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cdd3c on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green86.7%
Blue23.5%
CMYK percentages
Cyan72.9%
Magenta0.0%
Yellow72.9%
Key (black)13.3%
Color previews
#3cdd3c text on a black background
contrast 11.60:1
Card sample
#3cdd3c text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cdd3c;
Background color
Panel with #3cdd3c background
background-color: #3cdd3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cdd3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 221, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 221, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cdd3c; background: linear-gradient(135deg, #3cdd3c, #3CDDA7);