#72cd2d
a balanced, vivid green · cool · closest name: forestgreen
RGB
114, 205, 45
HSL
94°, 64%, 49%
CMYK
44, 0, 78, 20
Luminance
0.4743
Every format
| HEX | #72cd2d |
| RGB | rgb(114, 205, 45) |
| HSL | hsl(94, 64%, 49%) |
| CMYK | cmyk(44%, 0%, 78%, 20%) |
| LAB | lab(74.5 -52.4 65.5) |
| LCH | lch(74.5 83.8 128.7) |
| OKLCH | oklch(0.762 0.206 135.3) |
Copy-ready code
/* CSS */
color: #72cd2d;
background-color: #72cd2d;
/* Tailwind (arbitrary) */
class="text-[#72cd2d] bg-[#72cd2d]"
/* SCSS */
$brand: #72cd2d;
/* SwiftUI */
Color(red: 0.447, green: 0.804, blue: 0.176)
/* Android */
Color.parseColor("#72cd2d")Accessibility — WCAG contrast
Aa
#72cd2d on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72cd2d on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green80.4%
Blue17.6%
CMYK percentages
Cyan44.4%
Magenta0.0%
Yellow78.0%
Key (black)19.6%
Color previews
#72cd2d text on a black background
contrast 10.49:1
Card sample
#72cd2d text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72cd2d;
Background color
Panel with #72cd2d background
background-color: #72cd2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72cd2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 205, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 205, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72cd2d; background: linear-gradient(135deg, #72cd2d, #2DCD53);