#5cdc2f
a balanced, vivid green · cool · closest name: lime
RGB
92, 220, 47
HSL
104°, 71%, 52%
CMYK
58, 0, 79, 14
Luminance
0.5367
Every format
| HEX | #5cdc2f |
| RGB | rgb(92, 220, 47) |
| HSL | hsl(104, 71%, 52%) |
| CMYK | cmyk(58%, 0%, 79%, 14%) |
| LAB | lab(78.3 -63.9 68.2) |
| LCH | lch(78.3 93.5 133.2) |
| OKLCH | oklch(0.792 0.232 139.3) |
Copy-ready code
/* CSS */
color: #5cdc2f;
background-color: #5cdc2f;
/* Tailwind (arbitrary) */
class="text-[#5cdc2f] bg-[#5cdc2f]"
/* SCSS */
$brand: #5cdc2f;
/* SwiftUI */
Color(red: 0.361, green: 0.863, blue: 0.184)
/* Android */
Color.parseColor("#5cdc2f")Accessibility — WCAG contrast
Aa
#5cdc2f on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cdc2f on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green86.3%
Blue18.4%
CMYK percentages
Cyan58.2%
Magenta0.0%
Yellow78.6%
Key (black)13.7%
Color previews
#5cdc2f text on a black background
contrast 11.73:1
Card sample
#5cdc2f text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cdc2f;
Background color
Panel with #5cdc2f background
background-color: #5cdc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cdc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 220, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 220, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cdc2f; background: linear-gradient(135deg, #5cdc2f, #2FDC75);