#7CF099
A light, vivid green closely aligning with Lightgreen.
About #7CF099
The hex code #7CF099 represents a beautifully specific shade of green. Designers often compare it to the standard color Lightgreen. In the RGB color space, it consists of 124 red, 240 green, and 153 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 48% C, 0% M, 36% Y, and 6% K. With a hue angle of 135.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7CF099
RGB124, 240, 153
HSL135.0°, 79.5%, 71.4%
CMYK48%, 0%, 36%, 6%
HSV135.0°, 48.3%, 94.1%
LAB86.5, -51.3, 32.2
XYZ45.2, 68.9, 41.1
Decimal8188057
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.78:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CF099;
}
.text-color {
color: #7CF099;
}
.border-color {
border: 2px solid #7CF099;
}