#4fcc33
a balanced, vivid green · cool · closest name: forestgreen
RGB
79, 204, 51
HSL
109°, 60%, 50%
CMYK
61, 0, 75, 20
Luminance
0.4509
Every format
| HEX | #4fcc33 |
| RGB | rgb(79, 204, 51) |
| HSL | hsl(109, 60%, 50%) |
| CMYK | cmyk(61%, 0%, 75%, 20%) |
| LAB | lab(73.0 -61.3 61.7) |
| LCH | lch(73.0 86.9 134.8) |
| OKLCH | oklch(0.747 0.218 140.5) |
Copy-ready code
/* CSS */
color: #4fcc33;
background-color: #4fcc33;
/* Tailwind (arbitrary) */
class="text-[#4fcc33] bg-[#4fcc33]"
/* SCSS */
$brand: #4fcc33;
/* SwiftUI */
Color(red: 0.310, green: 0.800, blue: 0.200)
/* Android */
Color.parseColor("#4fcc33")Accessibility — WCAG contrast
Aa
#4fcc33 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fcc33 on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green80.0%
Blue20.0%
CMYK percentages
Cyan61.3%
Magenta0.0%
Yellow75.0%
Key (black)20.0%
Color previews
#4fcc33 text on a black background
contrast 10.02:1
Card sample
#4fcc33 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fcc33;
Background color
Panel with #4fcc33 background
background-color: #4fcc33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fcc33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 204, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 204, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fcc33; background: linear-gradient(135deg, #4fcc33, #33CC7D);