#3cf83c
a balanced, electric green · cool · closest name: lime
RGB
60, 248, 60
HSL
120°, 93%, 60%
CMYK
76, 0, 76, 3
Luminance
0.6842
Every format
| HEX | #3cf83c |
| RGB | rgb(60, 248, 60) |
| HSL | hsl(120, 93%, 60%) |
| CMYK | cmyk(76%, 0%, 76%, 3%) |
| LAB | lab(86.2 -78.0 71.7) |
| LCH | lch(86.2 105.9 137.4) |
| OKLCH | oklch(0.856 0.266 142.8) |
Copy-ready code
/* CSS */
color: #3cf83c;
background-color: #3cf83c;
/* Tailwind (arbitrary) */
class="text-[#3cf83c] bg-[#3cf83c]"
/* SCSS */
$brand: #3cf83c;
/* SwiftUI */
Color(red: 0.235, green: 0.973, blue: 0.235)
/* Android */
Color.parseColor("#3cf83c")Accessibility — WCAG contrast
Aa
#3cf83c on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cf83c on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green97.3%
Blue23.5%
CMYK percentages
Cyan75.8%
Magenta0.0%
Yellow75.8%
Key (black)2.7%
Color previews
#3cf83c text on a black background
contrast 14.68:1
Card sample
#3cf83c text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cf83c;
Background color
Panel with #3cf83c background
background-color: #3cf83c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cf83c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 248, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 248, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cf83c; background: linear-gradient(135deg, #3cf83c, #3CF8B9);