#5cf51f
a balanced, electric green · cool · closest name: lime
RGB
92, 245, 31
HSL
103°, 92%, 54%
CMYK
62, 0, 87, 4
Luminance
0.6768
Every format
| HEX | #5cf51f |
| RGB | rgb(92, 245, 31) |
| HSL | hsl(103, 92%, 54%) |
| CMYK | cmyk(62%, 0%, 87%, 4%) |
| LAB | lab(85.8 -72.9 78.7) |
| LCH | lch(85.8 107.2 132.8) |
| OKLCH | oklch(0.854 0.264 139.5) |
Copy-ready code
/* CSS */
color: #5cf51f;
background-color: #5cf51f;
/* Tailwind (arbitrary) */
class="text-[#5cf51f] bg-[#5cf51f]"
/* SCSS */
$brand: #5cf51f;
/* SwiftUI */
Color(red: 0.361, green: 0.961, blue: 0.122)
/* Android */
Color.parseColor("#5cf51f")Accessibility — WCAG contrast
Aa
#5cf51f on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cf51f on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green96.1%
Blue12.2%
CMYK percentages
Cyan62.4%
Magenta0.0%
Yellow87.3%
Key (black)3.9%
Color previews
#5cf51f text on a black background
contrast 14.54:1
Card sample
#5cf51f text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cf51f;
Background color
Panel with #5cf51f background
background-color: #5cf51f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cf51f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 245, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 245, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cf51f; background: linear-gradient(135deg, #5cf51f, #1FF571);