#3cff6a
a balanced, electric green · cool · closest name: lime
RGB
60, 255, 106
HSL
134°, 100%, 62%
CMYK
77, 0, 58, 0
Luminance
0.7352
Every format
| HEX | #3cff6a |
| RGB | rgb(60, 255, 106) |
| HSL | hsl(134, 100%, 62%) |
| CMYK | cmyk(77%, 0%, 58%, 0%) |
| LAB | lab(88.7 -75.9 56.9) |
| LCH | lch(88.7 94.8 143.1) |
| OKLCH | oklch(0.877 0.244 146.7) |
Copy-ready code
/* CSS */
color: #3cff6a;
background-color: #3cff6a;
/* Tailwind (arbitrary) */
class="text-[#3cff6a] bg-[#3cff6a]"
/* SCSS */
$brand: #3cff6a;
/* SwiftUI */
Color(red: 0.235, green: 1.000, blue: 0.416)
/* Android */
Color.parseColor("#3cff6a")Accessibility — WCAG contrast
Aa
#3cff6a on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cff6a on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green100.0%
Blue41.6%
CMYK percentages
Cyan76.5%
Magenta0.0%
Yellow58.4%
Key (black)0.0%
Color previews
#3cff6a text on a black background
contrast 15.70:1
Card sample
#3cff6a text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cff6a;
Background color
Panel with #3cff6a background
background-color: #3cff6a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cff6a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 255, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 255, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cff6a; background: linear-gradient(135deg, #3cff6a, #3CFFEC);