#4cb133
a dark, vivid green · cool · closest name: forestgreen
RGB
76, 177, 51
HSL
108°, 55%, 45%
CMYK
57, 0, 71, 31
Luminance
0.3322
Every format
| HEX | #4cb133 |
| RGB | rgb(76, 177, 51) |
| HSL | hsl(108, 55%, 45%) |
| CMYK | cmyk(57%, 0%, 71%, 31%) |
| LAB | lab(64.3 -52.4 53.0) |
| LCH | lch(64.3 74.5 134.7) |
| OKLCH | oklch(0.675 0.188 140.1) |
Copy-ready code
/* CSS */
color: #4cb133;
background-color: #4cb133;
/* Tailwind (arbitrary) */
class="text-[#4cb133] bg-[#4cb133]"
/* SCSS */
$brand: #4cb133;
/* SwiftUI */
Color(red: 0.298, green: 0.694, blue: 0.200)
/* Android */
Color.parseColor("#4cb133")Accessibility — WCAG contrast
Aa
#4cb133 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cb133 on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green69.4%
Blue20.0%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow71.2%
Key (black)30.6%
Color previews
#4cb133 text on a black background
contrast 7.64:1
Card sample
#4cb133 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cb133;
Background color
Panel with #4cb133 background
background-color: #4cb133;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cb133;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 177, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 177, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cb133; background: linear-gradient(135deg, #4cb133, #33B16E);