#3cfb3c
a balanced, electric green · cool · closest name: lime
RGB
60, 251, 60
HSL
120°, 96%, 61%
CMYK
76, 0, 76, 2
Luminance
0.7028
Every format
| HEX | #3cfb3c |
| RGB | rgb(60, 251, 60) |
| HSL | hsl(120, 96%, 61%) |
| CMYK | cmyk(76%, 0%, 76%, 2%) |
| LAB | lab(87.1 -78.9 72.5) |
| LCH | lch(87.1 107.2 137.4) |
| OKLCH | oklch(0.863 0.269 142.8) |
Copy-ready code
/* CSS */
color: #3cfb3c;
background-color: #3cfb3c;
/* Tailwind (arbitrary) */
class="text-[#3cfb3c] bg-[#3cfb3c]"
/* SCSS */
$brand: #3cfb3c;
/* SwiftUI */
Color(red: 0.235, green: 0.984, blue: 0.235)
/* Android */
Color.parseColor("#3cfb3c")Accessibility — WCAG contrast
Aa
#3cfb3c on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cfb3c on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green98.4%
Blue23.5%
CMYK percentages
Cyan76.1%
Magenta0.0%
Yellow76.1%
Key (black)1.6%
Color previews
#3cfb3c text on a black background
contrast 15.06:1
Card sample
#3cfb3c text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cfb3c;
Background color
Panel with #3cfb3c background
background-color: #3cfb3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cfb3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 251, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 251, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cfb3c; background: linear-gradient(135deg, #3cfb3c, #3CFBBB);