#7df73d
a balanced, electric green · cool · closest name: lime
RGB
125, 247, 61
HSL
99°, 92%, 60%
CMYK
49, 0, 75, 3
Luminance
0.7122
Every format
| HEX | #7df73d |
| RGB | rgb(125, 247, 61) |
| HSL | hsl(99, 92%, 60%) |
| CMYK | cmyk(49%, 0%, 75%, 3%) |
| LAB | lab(87.6 -64.0 73.2) |
| LCH | lch(87.6 97.3 131.1) |
| OKLCH | oklch(0.872 0.241 137.3) |
Copy-ready code
/* CSS */
color: #7df73d;
background-color: #7df73d;
/* Tailwind (arbitrary) */
class="text-[#7df73d] bg-[#7df73d]"
/* SCSS */
$brand: #7df73d;
/* SwiftUI */
Color(red: 0.490, green: 0.969, blue: 0.239)
/* Android */
Color.parseColor("#7df73d")Accessibility — WCAG contrast
Aa
#7df73d on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7df73d on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green96.9%
Blue23.9%
CMYK percentages
Cyan49.4%
Magenta0.0%
Yellow75.3%
Key (black)3.1%
Color previews
#7df73d text on a black background
contrast 15.24:1
Card sample
#7df73d text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7df73d;
Background color
Panel with #7df73d background
background-color: #7df73d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7df73d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 247, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 247, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7df73d; background: linear-gradient(135deg, #7df73d, #3DF779);