#72cc77
a balanced, vivid green · cool · closest name: forestgreen
RGB
114, 204, 119
HSL
123°, 47%, 62%
CMYK
44, 0, 42, 20
Luminance
0.4810
Every format
| HEX | #72cc77 |
| RGB | rgb(114, 204, 119) |
| HSL | hsl(123, 47%, 62%) |
| CMYK | cmyk(44%, 0%, 42%, 20%) |
| LAB | lab(74.9 -44.4 34.1) |
| LCH | lch(74.9 56.0 142.4) |
| OKLCH | oklch(0.768 0.147 145.1) |
Copy-ready code
/* CSS */
color: #72cc77;
background-color: #72cc77;
/* Tailwind (arbitrary) */
class="text-[#72cc77] bg-[#72cc77]"
/* SCSS */
$brand: #72cc77;
/* SwiftUI */
Color(red: 0.447, green: 0.800, blue: 0.467)
/* Android */
Color.parseColor("#72cc77")Accessibility — WCAG contrast
Aa
#72cc77 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72cc77 on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green80.0%
Blue46.7%
CMYK percentages
Cyan44.1%
Magenta0.0%
Yellow41.7%
Key (black)20.0%
Color previews
#72cc77 text on a black background
contrast 10.62:1
Card sample
#72cc77 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72cc77;
Background color
Panel with #72cc77 background
background-color: #72cc77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72cc77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 204, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 204, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72cc77; background: linear-gradient(135deg, #72cc77, #72CCB3);