#5cf136
a balanced, electric green · cool · closest name: lime
RGB
92, 241, 54
HSL
108°, 87%, 58%
CMYK
62, 0, 78, 6
Luminance
0.6545
Every format
| HEX | #5cf136 |
| RGB | rgb(92, 241, 54) |
| HSL | hsl(108, 87%, 58%) |
| CMYK | cmyk(62%, 0%, 78%, 6%) |
| LAB | lab(84.7 -70.6 72.2) |
| LCH | lch(84.7 101.0 134.3) |
| OKLCH | oklch(0.845 0.252 140.3) |
Copy-ready code
/* CSS */
color: #5cf136;
background-color: #5cf136;
/* Tailwind (arbitrary) */
class="text-[#5cf136] bg-[#5cf136]"
/* SCSS */
$brand: #5cf136;
/* SwiftUI */
Color(red: 0.361, green: 0.945, blue: 0.212)
/* Android */
Color.parseColor("#5cf136")Accessibility — WCAG contrast
Aa
#5cf136 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cf136 on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green94.5%
Blue21.2%
CMYK percentages
Cyan61.8%
Magenta0.0%
Yellow77.6%
Key (black)5.5%
Color previews
#5cf136 text on a black background
contrast 14.09:1
Card sample
#5cf136 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cf136;
Background color
Panel with #5cf136 background
background-color: #5cf136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cf136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 241, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 241, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cf136; background: linear-gradient(135deg, #5cf136, #36F18D);