#73cd0f
a dark, electric green · cool · closest name: green
RGB
115, 205, 15
HSL
88°, 86%, 43%
CMYK
44, 0, 93, 20
Luminance
0.4734
Every format
| HEX | #73cd0f |
| RGB | rgb(115, 205, 15) |
| HSL | hsl(88, 86%, 43%) |
| CMYK | cmyk(44%, 0%, 93%, 20%) |
| LAB | lab(74.4 -53.1 71.9) |
| LCH | lch(74.4 89.4 126.5) |
| OKLCH | oklch(0.762 0.216 134.0) |
Copy-ready code
/* CSS */
color: #73cd0f;
background-color: #73cd0f;
/* Tailwind (arbitrary) */
class="text-[#73cd0f] bg-[#73cd0f]"
/* SCSS */
$brand: #73cd0f;
/* SwiftUI */
Color(red: 0.451, green: 0.804, blue: 0.059)
/* Android */
Color.parseColor("#73cd0f")Accessibility — WCAG contrast
Aa
#73cd0f on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73cd0f on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green80.4%
Blue5.9%
CMYK percentages
Cyan43.9%
Magenta0.0%
Yellow92.7%
Key (black)19.6%
Color previews
#73cd0f text on a black background
contrast 10.47:1
Card sample
#73cd0f text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73cd0f;
Background color
Panel with #73cd0f background
background-color: #73cd0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73cd0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 205, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 205, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73cd0f; background: linear-gradient(135deg, #73cd0f, #0FCD2A);