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