#3cf877
a balanced, electric green · cool · closest name: lime
RGB
60, 248, 119
HSL
139°, 93%, 60%
CMYK
76, 0, 52, 3
Luminance
0.6943
Every format
| HEX | #3cf877 |
| RGB | rgb(60, 248, 119) |
| HSL | hsl(139, 93%, 60%) |
| CMYK | cmyk(76%, 0%, 52%, 3%) |
| LAB | lab(86.7 -72.0 48.7) |
| LCH | lch(86.7 86.9 145.9) |
| OKLCH | oklch(0.861 0.226 148.8) |
Copy-ready code
/* CSS */
color: #3cf877;
background-color: #3cf877;
/* Tailwind (arbitrary) */
class="text-[#3cf877] bg-[#3cf877]"
/* SCSS */
$brand: #3cf877;
/* SwiftUI */
Color(red: 0.235, green: 0.973, blue: 0.467)
/* Android */
Color.parseColor("#3cf877")Accessibility — WCAG contrast
Aa
#3cf877 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cf877 on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green97.3%
Blue46.7%
CMYK percentages
Cyan75.8%
Magenta0.0%
Yellow52.0%
Key (black)2.7%
Color previews
#3cf877 text on a black background
contrast 14.89:1
Card sample
#3cf877 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cf877;
Background color
Panel with #3cf877 background
background-color: #3cf877;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cf877;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 248, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 248, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cf877; background: linear-gradient(135deg, #3cf877, #3CF8F4);