#3cff49
a balanced, electric green · cool · closest name: lime
RGB
60, 255, 73
HSL
124°, 100%, 62%
CMYK
77, 0, 71, 0
Luminance
0.7296
Every format
| HEX | #3cff49 |
| RGB | rgb(60, 255, 73) |
| HSL | hsl(124, 100%, 62%) |
| CMYK | cmyk(77%, 0%, 71%, 0%) |
| LAB | lab(88.4 -79.1 69.6) |
| LCH | lch(88.4 105.4 138.7) |
| OKLCH | oklch(0.874 0.266 143.6) |
Copy-ready code
/* CSS */
color: #3cff49;
background-color: #3cff49;
/* Tailwind (arbitrary) */
class="text-[#3cff49] bg-[#3cff49]"
/* SCSS */
$brand: #3cff49;
/* SwiftUI */
Color(red: 0.235, green: 1.000, blue: 0.286)
/* Android */
Color.parseColor("#3cff49")Accessibility — WCAG contrast
Aa
#3cff49 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cff49 on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green100.0%
Blue28.6%
CMYK percentages
Cyan76.5%
Magenta0.0%
Yellow71.4%
Key (black)0.0%
Color previews
#3cff49 text on a black background
contrast 15.59:1
Card sample
#3cff49 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cff49;
Background color
Panel with #3cff49 background
background-color: #3cff49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cff49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 255, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 255, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cff49; background: linear-gradient(135deg, #3cff49, #3CFFCB);