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