#4dbb38
a balanced, vivid green · cool · closest name: forestgreen
RGB
77, 187, 56
HSL
110°, 54%, 48%
CMYK
59, 0, 70, 27
Luminance
0.3740
Every format
| HEX | #4dbb38 |
| RGB | rgb(77, 187, 56) |
| HSL | hsl(110, 54%, 48%) |
| CMYK | cmyk(59%, 0%, 70%, 27%) |
| LAB | lab(67.6 -55.4 54.4) |
| LCH | lch(67.6 77.6 135.5) |
| OKLCH | oklch(0.702 0.196 140.7) |
Copy-ready code
/* CSS */
color: #4dbb38;
background-color: #4dbb38;
/* Tailwind (arbitrary) */
class="text-[#4dbb38] bg-[#4dbb38]"
/* SCSS */
$brand: #4dbb38;
/* SwiftUI */
Color(red: 0.302, green: 0.733, blue: 0.220)
/* Android */
Color.parseColor("#4dbb38")Accessibility — WCAG contrast
Aa
#4dbb38 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dbb38 on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green73.3%
Blue22.0%
CMYK percentages
Cyan58.8%
Magenta0.0%
Yellow70.1%
Key (black)26.7%
Color previews
#4dbb38 text on a black background
contrast 8.48:1
Card sample
#4dbb38 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dbb38;
Background color
Panel with #4dbb38 background
background-color: #4dbb38;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dbb38;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 187, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 187, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dbb38; background: linear-gradient(135deg, #4dbb38, #38BB7A);