#3cdc0f
a balanced, electric green · cool · closest name: lime
RGB
60, 220, 15
HSL
107°, 87%, 46%
CMYK
73, 0, 93, 14
Luminance
0.5218
Every format
| HEX | #3cdc0f |
| RGB | rgb(60, 220, 15) |
| HSL | hsl(107, 87%, 46%) |
| CMYK | cmyk(73%, 0%, 93%, 14%) |
| LAB | lab(77.4 -71.7 73.7) |
| LCH | lch(77.4 102.8 134.2) |
| OKLCH | oklch(0.782 0.253 140.8) |
Copy-ready code
/* CSS */
color: #3cdc0f;
background-color: #3cdc0f;
/* Tailwind (arbitrary) */
class="text-[#3cdc0f] bg-[#3cdc0f]"
/* SCSS */
$brand: #3cdc0f;
/* SwiftUI */
Color(red: 0.235, green: 0.863, blue: 0.059)
/* Android */
Color.parseColor("#3cdc0f")Accessibility — WCAG contrast
Aa
#3cdc0f on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cdc0f on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green86.3%
Blue5.9%
CMYK percentages
Cyan72.7%
Magenta0.0%
Yellow93.2%
Key (black)13.7%
Color previews
#3cdc0f text on a black background
contrast 11.44:1
Card sample
#3cdc0f text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cdc0f;
Background color
Panel with #3cdc0f background
background-color: #3cdc0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cdc0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 220, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 220, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cdc0f; background: linear-gradient(135deg, #3cdc0f, #0FDC6B);