#7df105
a balanced, electric green · cool · closest name: lime
RGB
125, 241, 5
HSL
90°, 96%, 48%
CMYK
48, 0, 98, 6
Luminance
0.6728
Every format
| HEX | #7df105 |
| RGB | rgb(125, 241, 5) |
| HSL | hsl(90, 96%, 48%) |
| CMYK | cmyk(48%, 0%, 98%, 6%) |
| LAB | lab(85.6 -63.6 82.0) |
| LCH | lch(85.6 103.8 127.8) |
| OKLCH | oklch(0.855 0.251 135.4) |
Copy-ready code
/* CSS */
color: #7df105;
background-color: #7df105;
/* Tailwind (arbitrary) */
class="text-[#7df105] bg-[#7df105]"
/* SCSS */
$brand: #7df105;
/* SwiftUI */
Color(red: 0.490, green: 0.945, blue: 0.020)
/* Android */
Color.parseColor("#7df105")Accessibility — WCAG contrast
Aa
#7df105 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7df105 on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green94.5%
Blue2.0%
CMYK percentages
Cyan48.1%
Magenta0.0%
Yellow97.9%
Key (black)5.5%
Color previews
#7df105 text on a black background
contrast 14.46:1
Card sample
#7df105 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7df105;
Background color
Panel with #7df105 background
background-color: #7df105;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7df105;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 241, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 241, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7df105; background: linear-gradient(135deg, #7df105, #05F12A);