#3cff18
a balanced, electric green · cool · closest name: lime
RGB
60, 255, 24
HSL
111°, 100%, 55%
CMYK
77, 0, 91, 0
Luminance
0.7255
Every format
| HEX | #3cff18 |
| RGB | rgb(60, 255, 24) |
| HSL | hsl(111, 100%, 55%) |
| CMYK | cmyk(77%, 0%, 91%, 0%) |
| LAB | lab(88.2 -81.6 81.5) |
| LCH | lch(88.2 115.4 135.0) |
| OKLCH | oklch(0.872 0.285 141.5) |
Copy-ready code
/* CSS */
color: #3cff18;
background-color: #3cff18;
/* Tailwind (arbitrary) */
class="text-[#3cff18] bg-[#3cff18]"
/* SCSS */
$brand: #3cff18;
/* SwiftUI */
Color(red: 0.235, green: 1.000, blue: 0.094)
/* Android */
Color.parseColor("#3cff18")Accessibility — WCAG contrast
Aa
#3cff18 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cff18 on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green100.0%
Blue9.4%
CMYK percentages
Cyan76.5%
Magenta0.0%
Yellow90.6%
Key (black)0.0%
Color previews
#3cff18 text on a black background
contrast 15.51:1
Card sample
#3cff18 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cff18;
Background color
Panel with #3cff18 background
background-color: #3cff18;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cff18;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 255, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 255, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cff18; background: linear-gradient(135deg, #3cff18, #18FF8E);