#7cdd0f
a balanced, electric green · cool · closest name: lime
RGB
124, 221, 15
HSL
88°, 87%, 46%
CMYK
44, 0, 93, 13
Luminance
0.5603
Every format
| HEX | #7cdd0f |
| RGB | rgb(124, 221, 15) |
| HSL | hsl(88, 87%, 46%) |
| CMYK | cmyk(44%, 0%, 93%, 13%) |
| LAB | lab(79.6 -56.4 76.3) |
| LCH | lch(79.6 94.9 126.5) |
| OKLCH | oklch(0.806 0.229 134.1) |
Copy-ready code
/* CSS */
color: #7cdd0f;
background-color: #7cdd0f;
/* Tailwind (arbitrary) */
class="text-[#7cdd0f] bg-[#7cdd0f]"
/* SCSS */
$brand: #7cdd0f;
/* SwiftUI */
Color(red: 0.486, green: 0.867, blue: 0.059)
/* Android */
Color.parseColor("#7cdd0f")Accessibility — WCAG contrast
Aa
#7cdd0f on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdd0f on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green86.7%
Blue5.9%
CMYK percentages
Cyan43.9%
Magenta0.0%
Yellow93.2%
Key (black)13.3%
Color previews
#7cdd0f text on a black background
contrast 12.21:1
Card sample
#7cdd0f text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdd0f;
Background color
Panel with #7cdd0f background
background-color: #7cdd0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdd0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 221, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 221, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdd0f; background: linear-gradient(135deg, #7cdd0f, #0FDD2C);