#5cef3f
a balanced, electric green · cool · closest name: lime
RGB
92, 239, 63
HSL
110°, 85%, 59%
CMYK
62, 0, 74, 6
Luminance
0.6437
Every format
| HEX | #5cef3f |
| RGB | rgb(92, 239, 63) |
| HSL | hsl(110, 85%, 59%) |
| CMYK | cmyk(62%, 0%, 74%, 6%) |
| LAB | lab(84.2 -69.3 68.9) |
| LCH | lch(84.2 97.8 135.2) |
| OKLCH | oklch(0.841 0.245 140.8) |
Copy-ready code
/* CSS */
color: #5cef3f;
background-color: #5cef3f;
/* Tailwind (arbitrary) */
class="text-[#5cef3f] bg-[#5cef3f]"
/* SCSS */
$brand: #5cef3f;
/* SwiftUI */
Color(red: 0.361, green: 0.937, blue: 0.247)
/* Android */
Color.parseColor("#5cef3f")Accessibility — WCAG contrast
Aa
#5cef3f on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cef3f on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green93.7%
Blue24.7%
CMYK percentages
Cyan61.5%
Magenta0.0%
Yellow73.6%
Key (black)6.3%
Color previews
#5cef3f text on a black background
contrast 13.87:1
Card sample
#5cef3f text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cef3f;
Background color
Panel with #5cef3f background
background-color: #5cef3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cef3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 239, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 239, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cef3f; background: linear-gradient(135deg, #5cef3f, #3FEF97);