#5cff06
a balanced, electric green · cool · closest name: lime
RGB
92, 255, 6
HSL
99°, 100%, 51%
CMYK
64, 0, 98, 0
Luminance
0.7381
Every format
| HEX | #5cff06 |
| RGB | rgb(92, 255, 6) |
| HSL | hsl(99, 100%, 51%) |
| CMYK | cmyk(64%, 0%, 98%, 0%) |
| LAB | lab(88.8 -76.5 84.1) |
| LCH | lch(88.8 113.7 132.3) |
| OKLCH | oklch(0.879 0.278 139.3) |
Copy-ready code
/* CSS */
color: #5cff06;
background-color: #5cff06;
/* Tailwind (arbitrary) */
class="text-[#5cff06] bg-[#5cff06]"
/* SCSS */
$brand: #5cff06;
/* SwiftUI */
Color(red: 0.361, green: 1.000, blue: 0.024)
/* Android */
Color.parseColor("#5cff06")Accessibility — WCAG contrast
Aa
#5cff06 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cff06 on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green100.0%
Blue2.4%
CMYK percentages
Cyan63.9%
Magenta0.0%
Yellow97.6%
Key (black)0.0%
Color previews
#5cff06 text on a black background
contrast 15.76:1
Card sample
#5cff06 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cff06;
Background color
Panel with #5cff06 background
background-color: #5cff06;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cff06;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 255, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 255, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cff06; background: linear-gradient(135deg, #5cff06, #06FF56);