#5cc034
a balanced, vivid green · cool · closest name: forestgreen
RGB
92, 192, 52
HSL
103°, 57%, 48%
CMYK
52, 0, 73, 25
Luminance
0.4022
Every format
| HEX | #5cc034 |
| RGB | rgb(92, 192, 52) |
| HSL | hsl(103, 57%, 48%) |
| CMYK | cmyk(52%, 0%, 73%, 25%) |
| LAB | lab(69.6 -53.6 58.1) |
| LCH | lch(69.6 79.1 132.7) |
| OKLCH | oklch(0.720 0.198 138.4) |
Copy-ready code
/* CSS */
color: #5cc034;
background-color: #5cc034;
/* Tailwind (arbitrary) */
class="text-[#5cc034] bg-[#5cc034]"
/* SCSS */
$brand: #5cc034;
/* SwiftUI */
Color(red: 0.361, green: 0.753, blue: 0.204)
/* Android */
Color.parseColor("#5cc034")Accessibility — WCAG contrast
Aa
#5cc034 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cc034 on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green75.3%
Blue20.4%
CMYK percentages
Cyan52.1%
Magenta0.0%
Yellow72.9%
Key (black)24.7%
Color previews
#5cc034 text on a black background
contrast 9.04:1
Card sample
#5cc034 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cc034;
Background color
Panel with #5cc034 background
background-color: #5cc034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cc034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 192, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 192, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cc034; background: linear-gradient(135deg, #5cc034, #34C069);