#7cf062
a light, electric green · cool · closest name: lime
RGB
124, 240, 98
HSL
109°, 83%, 66%
CMYK
48, 0, 59, 6
Luminance
0.6749
Every format
| HEX | #7cf062 |
| RGB | rgb(124, 240, 98) |
| HSL | hsl(109, 83%, 66%) |
| CMYK | cmyk(48%, 0%, 59%, 6%) |
| LAB | lab(85.8 -58.7 57.4) |
| LCH | lch(85.8 82.1 135.7) |
| OKLCH | oklch(0.857 0.210 140.1) |
Copy-ready code
/* CSS */
color: #7cf062;
background-color: #7cf062;
/* Tailwind (arbitrary) */
class="text-[#7cf062] bg-[#7cf062]"
/* SCSS */
$brand: #7cf062;
/* SwiftUI */
Color(red: 0.486, green: 0.941, blue: 0.384)
/* Android */
Color.parseColor("#7cf062")Accessibility — WCAG contrast
Aa
#7cf062 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cf062 on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green94.1%
Blue38.4%
CMYK percentages
Cyan48.3%
Magenta0.0%
Yellow59.2%
Key (black)5.9%
Color previews
#7cf062 text on a black background
contrast 14.50:1
Card sample
#7cf062 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cf062;
Background color
Panel with #7cf062 background
background-color: #7cf062;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cf062;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 240, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 240, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cf062; background: linear-gradient(135deg, #7cf062, #62F0A7);