#5cd633
a balanced, vivid green · cool · closest name: lime
RGB
92, 214, 51
HSL
105°, 67%, 52%
CMYK
57, 0, 76, 16
Luminance
0.5061
Every format
| HEX | #5cd633 |
| RGB | rgb(92, 214, 51) |
| HSL | hsl(105, 67%, 52%) |
| CMYK | cmyk(57%, 0%, 76%, 16%) |
| LAB | lab(76.4 -61.6 65.2) |
| LCH | lch(76.4 89.7 133.4) |
| OKLCH | oklch(0.776 0.224 139.3) |
Copy-ready code
/* CSS */
color: #5cd633;
background-color: #5cd633;
/* Tailwind (arbitrary) */
class="text-[#5cd633] bg-[#5cd633]"
/* SCSS */
$brand: #5cd633;
/* SwiftUI */
Color(red: 0.361, green: 0.839, blue: 0.200)
/* Android */
Color.parseColor("#5cd633")Accessibility — WCAG contrast
Aa
#5cd633 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cd633 on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green83.9%
Blue20.0%
CMYK percentages
Cyan57.0%
Magenta0.0%
Yellow76.2%
Key (black)16.1%
Color previews
#5cd633 text on a black background
contrast 11.12:1
Card sample
#5cd633 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cd633;
Background color
Panel with #5cd633 background
background-color: #5cd633;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cd633;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 214, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 214, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cd633; background: linear-gradient(135deg, #5cd633, #33D677);