#5cff3b
a balanced, electric green · cool · closest name: lime
RGB
92, 255, 59
HSL
110°, 100%, 62%
CMYK
64, 0, 77, 0
Luminance
0.7411
Every format
| HEX | #5cff3b |
| RGB | rgb(92, 255, 59) |
| HSL | hsl(110, 100%, 62%) |
| CMYK | cmyk(64%, 0%, 77%, 0%) |
| LAB | lab(89.0 -74.8 74.8) |
| LCH | lch(89.0 105.8 135.0) |
| OKLCH | oklch(0.880 0.264 140.8) |
Copy-ready code
/* CSS */
color: #5cff3b;
background-color: #5cff3b;
/* Tailwind (arbitrary) */
class="text-[#5cff3b] bg-[#5cff3b]"
/* SCSS */
$brand: #5cff3b;
/* SwiftUI */
Color(red: 0.361, green: 1.000, blue: 0.231)
/* Android */
Color.parseColor("#5cff3b")Accessibility — WCAG contrast
Aa
#5cff3b on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cff3b on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green100.0%
Blue23.1%
CMYK percentages
Cyan63.9%
Magenta0.0%
Yellow76.9%
Key (black)0.0%
Color previews
#5cff3b text on a black background
contrast 15.82:1
Card sample
#5cff3b text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cff3b;
Background color
Panel with #5cff3b background
background-color: #5cff3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cff3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 255, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 255, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cff3b; background: linear-gradient(135deg, #5cff3b, #3BFF9D);