#72ce2c
a balanced, vivid green · cool · closest name: forestgreen
RGB
114, 206, 44
HSL
94°, 65%, 49%
CMYK
45, 0, 79, 19
Luminance
0.4790
Every format
| HEX | #72ce2c |
| RGB | rgb(114, 206, 44) |
| HSL | hsl(94, 65%, 49%) |
| CMYK | cmyk(45%, 0%, 79%, 19%) |
| LAB | lab(74.8 -52.8 66.0) |
| LCH | lch(74.8 84.5 128.7) |
| OKLCH | oklch(0.765 0.208 135.3) |
Copy-ready code
/* CSS */
color: #72ce2c;
background-color: #72ce2c;
/* Tailwind (arbitrary) */
class="text-[#72ce2c] bg-[#72ce2c]"
/* SCSS */
$brand: #72ce2c;
/* SwiftUI */
Color(red: 0.447, green: 0.808, blue: 0.173)
/* Android */
Color.parseColor("#72ce2c")Accessibility — WCAG contrast
Aa
#72ce2c on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72ce2c on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green80.8%
Blue17.3%
CMYK percentages
Cyan44.7%
Magenta0.0%
Yellow78.6%
Key (black)19.2%
Color previews
#72ce2c text on a black background
contrast 10.58:1
Card sample
#72ce2c text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72ce2c;
Background color
Panel with #72ce2c background
background-color: #72ce2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72ce2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 206, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 206, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72ce2c; background: linear-gradient(135deg, #72ce2c, #2CCE52);