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