#3cdc2f
a balanced, vivid green · cool · closest name: lime
RGB
60, 220, 47
HSL
116°, 71%, 52%
CMYK
73, 0, 79, 14
Luminance
0.5235
Every format
| HEX | #3cdc2f |
| RGB | rgb(60, 220, 47) |
| HSL | hsl(116, 71%, 52%) |
| CMYK | cmyk(73%, 0%, 79%, 14%) |
| LAB | lab(77.5 -70.4 67.2) |
| LCH | lch(77.5 97.3 136.4) |
| OKLCH | oklch(0.783 0.243 142.0) |
Copy-ready code
/* CSS */
color: #3cdc2f;
background-color: #3cdc2f;
/* Tailwind (arbitrary) */
class="text-[#3cdc2f] bg-[#3cdc2f]"
/* SCSS */
$brand: #3cdc2f;
/* SwiftUI */
Color(red: 0.235, green: 0.863, blue: 0.184)
/* Android */
Color.parseColor("#3cdc2f")Accessibility — WCAG contrast
Aa
#3cdc2f on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cdc2f on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green86.3%
Blue18.4%
CMYK percentages
Cyan72.7%
Magenta0.0%
Yellow78.6%
Key (black)13.7%
Color previews
#3cdc2f text on a black background
contrast 11.47:1
Card sample
#3cdc2f text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cdc2f;
Background color
Panel with #3cdc2f background
background-color: #3cdc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cdc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 220, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 220, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cdc2f; background: linear-gradient(135deg, #3cdc2f, #2FDC95);