#73e33b
a balanced, electric green · cool · closest name: lime
RGB
115, 227, 59
HSL
100°, 75%, 56%
CMYK
49, 0, 74, 11
Luminance
0.5890
Every format
| HEX | #73e33b |
| RGB | rgb(115, 227, 59) |
| HSL | hsl(100, 75%, 56%) |
| CMYK | cmyk(49%, 0%, 74%, 11%) |
| LAB | lab(81.2 -59.6 67.6) |
| LCH | lch(81.2 90.1 131.4) |
| OKLCH | oklch(0.818 0.224 137.5) |
Copy-ready code
/* CSS */
color: #73e33b;
background-color: #73e33b;
/* Tailwind (arbitrary) */
class="text-[#73e33b] bg-[#73e33b]"
/* SCSS */
$brand: #73e33b;
/* SwiftUI */
Color(red: 0.451, green: 0.890, blue: 0.231)
/* Android */
Color.parseColor("#73e33b")Accessibility — WCAG contrast
Aa
#73e33b on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73e33b on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green89.0%
Blue23.1%
CMYK percentages
Cyan49.3%
Magenta0.0%
Yellow74.0%
Key (black)11.0%
Color previews
#73e33b text on a black background
contrast 12.78:1
Card sample
#73e33b text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73e33b;
Background color
Panel with #73e33b background
background-color: #73e33b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73e33b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 227, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 227, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73e33b; background: linear-gradient(135deg, #73e33b, #3BE373);