#5ccc55
a balanced, vivid green · cool · closest name: forestgreen
RGB
92, 204, 85
HSL
117°, 54%, 57%
CMYK
55, 0, 58, 20
Luminance
0.4612
Every format
| HEX | #5ccc55 |
| RGB | rgb(92, 204, 85) |
| HSL | hsl(117, 54%, 57%) |
| CMYK | cmyk(55%, 0%, 58%, 20%) |
| LAB | lab(73.6 -55.0 48.9) |
| LCH | lch(73.6 73.6 138.4) |
| OKLCH | oklch(0.754 0.189 142.4) |
Copy-ready code
/* CSS */
color: #5ccc55;
background-color: #5ccc55;
/* Tailwind (arbitrary) */
class="text-[#5ccc55] bg-[#5ccc55]"
/* SCSS */
$brand: #5ccc55;
/* SwiftUI */
Color(red: 0.361, green: 0.800, blue: 0.333)
/* Android */
Color.parseColor("#5ccc55")Accessibility — WCAG contrast
Aa
#5ccc55 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ccc55 on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green80.0%
Blue33.3%
CMYK percentages
Cyan54.9%
Magenta0.0%
Yellow58.3%
Key (black)20.0%
Color previews
#5ccc55 text on a black background
contrast 10.22:1
Card sample
#5ccc55 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ccc55;
Background color
Panel with #5ccc55 background
background-color: #5ccc55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ccc55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 204, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 204, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ccc55; background: linear-gradient(135deg, #5ccc55, #55CC9D);