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