#5cfb0c
a balanced, electric green · cool · closest name: lime
RGB
92, 251, 12
HSL
100°, 97%, 52%
CMYK
63, 0, 95, 2
Luminance
0.7130
Every format
| HEX | #5cfb0c |
| RGB | rgb(92, 251, 12) |
| HSL | hsl(100, 97%, 52%) |
| CMYK | cmyk(63%, 0%, 95%, 2%) |
| LAB | lab(87.6 -75.2 82.6) |
| LCH | lch(87.6 111.7 132.3) |
| OKLCH | oklch(0.869 0.274 139.3) |
Copy-ready code
/* CSS */
color: #5cfb0c;
background-color: #5cfb0c;
/* Tailwind (arbitrary) */
class="text-[#5cfb0c] bg-[#5cfb0c]"
/* SCSS */
$brand: #5cfb0c;
/* SwiftUI */
Color(red: 0.361, green: 0.984, blue: 0.047)
/* Android */
Color.parseColor("#5cfb0c")Accessibility — WCAG contrast
Aa
#5cfb0c on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cfb0c on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green98.4%
Blue4.7%
CMYK percentages
Cyan63.3%
Magenta0.0%
Yellow95.2%
Key (black)1.6%
Color previews
#5cfb0c text on a black background
contrast 15.26:1
Card sample
#5cfb0c text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cfb0c;
Background color
Panel with #5cfb0c background
background-color: #5cfb0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cfb0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 251, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 251, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cfb0c; background: linear-gradient(135deg, #5cfb0c, #0CFB5B);