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