#78cc33
a balanced, vivid green · cool · closest name: forestgreen
RGB
120, 204, 51
HSL
93°, 60%, 50%
CMYK
41, 0, 75, 20
Luminance
0.4742
Every format
| HEX | #78cc33 |
| RGB | rgb(120, 204, 51) |
| HSL | hsl(93, 60%, 50%) |
| CMYK | cmyk(41%, 0%, 75%, 20%) |
| LAB | lab(74.5 -49.7 63.6) |
| LCH | lch(74.5 80.8 128.0) |
| OKLCH | oklch(0.763 0.199 134.4) |
Copy-ready code
/* CSS */
color: #78cc33;
background-color: #78cc33;
/* Tailwind (arbitrary) */
class="text-[#78cc33] bg-[#78cc33]"
/* SCSS */
$brand: #78cc33;
/* SwiftUI */
Color(red: 0.471, green: 0.800, blue: 0.200)
/* Android */
Color.parseColor("#78cc33")Accessibility — WCAG contrast
Aa
#78cc33 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#78cc33 on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green80.0%
Blue20.0%
CMYK percentages
Cyan41.2%
Magenta0.0%
Yellow75.0%
Key (black)20.0%
Color previews
#78cc33 text on a black background
contrast 10.48:1
Card sample
#78cc33 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78cc33;
Background color
Panel with #78cc33 background
background-color: #78cc33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78cc33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 204, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 204, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78cc33; background: linear-gradient(135deg, #78cc33, #33CC54);