#5cf40c
a balanced, electric green · cool · closest name: lime
RGB
92, 244, 12
HSL
99°, 91%, 50%
CMYK
62, 0, 95, 4
Luminance
0.6700
Every format
| HEX | #5cf40c |
| RGB | rgb(92, 244, 12) |
| HSL | hsl(99, 91%, 50%) |
| CMYK | cmyk(62%, 0%, 95%, 4%) |
| LAB | lab(85.5 -73.0 80.9) |
| LCH | lch(85.5 109.0 132.1) |
| OKLCH | oklch(0.851 0.267 139.1) |
Copy-ready code
/* CSS */
color: #5cf40c;
background-color: #5cf40c;
/* Tailwind (arbitrary) */
class="text-[#5cf40c] bg-[#5cf40c]"
/* SCSS */
$brand: #5cf40c;
/* SwiftUI */
Color(red: 0.361, green: 0.957, blue: 0.047)
/* Android */
Color.parseColor("#5cf40c")Accessibility — WCAG contrast
Aa
#5cf40c on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cf40c on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green95.7%
Blue4.7%
CMYK percentages
Cyan62.3%
Magenta0.0%
Yellow95.1%
Key (black)4.3%
Color previews
#5cf40c text on a black background
contrast 14.40:1
Card sample
#5cf40c text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cf40c;
Background color
Panel with #5cf40c background
background-color: #5cf40c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cf40c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 244, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 244, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cf40c; background: linear-gradient(135deg, #5cf40c, #0CF457);