#7df433
a balanced, electric green · cool · closest name: lime
RGB
125, 244, 51
HSL
97°, 90%, 58%
CMYK
49, 0, 79, 4
Luminance
0.6930
Every format
| HEX | #7df433 |
| RGB | rgb(125, 244, 51) |
| HSL | hsl(97, 90%, 58%) |
| CMYK | cmyk(49%, 0%, 79%, 4%) |
| LAB | lab(86.7 -63.4 75.3) |
| LCH | lch(86.7 98.4 130.1) |
| OKLCH | oklch(0.864 0.243 136.7) |
Copy-ready code
/* CSS */
color: #7df433;
background-color: #7df433;
/* Tailwind (arbitrary) */
class="text-[#7df433] bg-[#7df433]"
/* SCSS */
$brand: #7df433;
/* SwiftUI */
Color(red: 0.490, green: 0.957, blue: 0.200)
/* Android */
Color.parseColor("#7df433")Accessibility — WCAG contrast
Aa
#7df433 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7df433 on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green95.7%
Blue20.0%
CMYK percentages
Cyan48.8%
Magenta0.0%
Yellow79.1%
Key (black)4.3%
Color previews
#7df433 text on a black background
contrast 14.86:1
Card sample
#7df433 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7df433;
Background color
Panel with #7df433 background
background-color: #7df433;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7df433;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 244, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 244, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7df433; background: linear-gradient(135deg, #7df433, #33F46A);