#5cd02a
a balanced, vivid green · cool · closest name: forestgreen
RGB
92, 208, 42
HSL
102°, 66%, 49%
CMYK
56, 0, 80, 18
Luminance
0.4755
Every format
| HEX | #5cd02a |
| RGB | rgb(92, 208, 42) |
| HSL | hsl(102, 66%, 49%) |
| CMYK | cmyk(56%, 0%, 80%, 18%) |
| LAB | lab(74.5 -60.0 66.1) |
| LCH | lch(74.5 89.3 132.2) |
| OKLCH | oklch(0.761 0.221 138.6) |
Copy-ready code
/* CSS */
color: #5cd02a;
background-color: #5cd02a;
/* Tailwind (arbitrary) */
class="text-[#5cd02a] bg-[#5cd02a]"
/* SCSS */
$brand: #5cd02a;
/* SwiftUI */
Color(red: 0.361, green: 0.816, blue: 0.165)
/* Android */
Color.parseColor("#5cd02a")Accessibility — WCAG contrast
Aa
#5cd02a on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cd02a on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green81.6%
Blue16.5%
CMYK percentages
Cyan55.8%
Magenta0.0%
Yellow79.8%
Key (black)18.4%
Color previews
#5cd02a text on a black background
contrast 10.51:1
Card sample
#5cd02a text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cd02a;
Background color
Panel with #5cd02a background
background-color: #5cd02a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cd02a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 208, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 208, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cd02a; background: linear-gradient(135deg, #5cd02a, #2AD067);