#3cff11
a balanced, electric green · cool · closest name: lime
RGB
60, 255, 17
HSL
109°, 100%, 53%
CMYK
77, 0, 93, 0
Luminance
0.7252
Every format
| HEX | #3cff11 |
| RGB | rgb(60, 255, 17) |
| HSL | hsl(109, 100%, 53%) |
| CMYK | cmyk(77%, 0%, 93%, 0%) |
| LAB | lab(88.2 -81.8 82.4) |
| LCH | lch(88.2 116.1 134.8) |
| OKLCH | oklch(0.872 0.286 141.4) |
Copy-ready code
/* CSS */
color: #3cff11;
background-color: #3cff11;
/* Tailwind (arbitrary) */
class="text-[#3cff11] bg-[#3cff11]"
/* SCSS */
$brand: #3cff11;
/* SwiftUI */
Color(red: 0.235, green: 1.000, blue: 0.067)
/* Android */
Color.parseColor("#3cff11")Accessibility — WCAG contrast
Aa
#3cff11 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cff11 on black: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green100.0%
Blue6.7%
CMYK percentages
Cyan76.5%
Magenta0.0%
Yellow93.3%
Key (black)0.0%
Color previews
#3cff11 text on a black background
contrast 15.50:1
Card sample
#3cff11 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cff11;
Background color
Panel with #3cff11 background
background-color: #3cff11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cff11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 255, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 255, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cff11; background: linear-gradient(135deg, #3cff11, #11FF85);