#7CE9A0
A light, vivid green closely aligning with Lightgreen.
About #7CE9A0
Visually, #7CE9A0 is defined as a vivid green. Designers often compare it to the standard color Lightgreen. In the RGB color space, it consists of 124 red, 233 green, and 160 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 47% cyan, 0% magenta, 31% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7CE9A0
RGB124, 233, 160
HSL139.8°, 71.2%, 70.0%
CMYK47%, 0%, 31%, 9%
HSV139.8°, 46.8%, 91.4%
LAB84.5, -47.2, 26.0
XYZ43.8, 65.1, 43.5
Decimal8186272
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
14.02:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CE9A0;
}
.text-color {
color: #7CE9A0;
}
.border-color {
border: 2px solid #7CE9A0;
}