#7df328
a balanced, electric green · cool · closest name: lime
RGB
125, 243, 40
HSL
95°, 89%, 56%
CMYK
49, 0, 84, 5
Luminance
0.6861
Every format
| HEX | #7df328 |
| RGB | rgb(125, 243, 40) |
| HSL | hsl(95, 89%, 56%) |
| CMYK | cmyk(49%, 0%, 84%, 5%) |
| LAB | lab(86.3 -63.5 77.7) |
| LCH | lch(86.3 100.4 129.3) |
| OKLCH | oklch(0.861 0.246 136.2) |
Copy-ready code
/* CSS */
color: #7df328;
background-color: #7df328;
/* Tailwind (arbitrary) */
class="text-[#7df328] bg-[#7df328]"
/* SCSS */
$brand: #7df328;
/* SwiftUI */
Color(red: 0.490, green: 0.953, blue: 0.157)
/* Android */
Color.parseColor("#7df328")Accessibility — WCAG contrast
Aa
#7df328 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7df328 on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green95.3%
Blue15.7%
CMYK percentages
Cyan48.6%
Magenta0.0%
Yellow83.5%
Key (black)4.7%
Color previews
#7df328 text on a black background
contrast 14.72:1
Card sample
#7df328 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7df328;
Background color
Panel with #7df328 background
background-color: #7df328;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7df328;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 243, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 243, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7df328; background: linear-gradient(135deg, #7df328, #28F35A);