#45f721
a balanced, electric green · cool · closest name: lime
RGB
69, 247, 33
HSL
110°, 93%, 55%
CMYK
72, 0, 87, 3
Luminance
0.6790
Every format
| HEX | #45f721 |
| RGB | rgb(69, 247, 33) |
| HSL | hsl(110, 93%, 55%) |
| CMYK | cmyk(72%, 0%, 87%, 3%) |
| LAB | lab(86.0 -77.7 78.2) |
| LCH | lch(86.0 110.3 134.8) |
| OKLCH | oklch(0.854 0.273 141.2) |
Copy-ready code
/* CSS */
color: #45f721;
background-color: #45f721;
/* Tailwind (arbitrary) */
class="text-[#45f721] bg-[#45f721]"
/* SCSS */
$brand: #45f721;
/* SwiftUI */
Color(red: 0.271, green: 0.969, blue: 0.129)
/* Android */
Color.parseColor("#45f721")Accessibility — WCAG contrast
Aa
#45f721 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45f721 on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green96.9%
Blue12.9%
CMYK percentages
Cyan72.1%
Magenta0.0%
Yellow86.6%
Key (black)3.1%
Color previews
#45f721 text on a black background
contrast 14.58:1
Card sample
#45f721 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45f721;
Background color
Panel with #45f721 background
background-color: #45f721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45f721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 247, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 247, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45f721; background: linear-gradient(135deg, #45f721, #21F78C);