#92F8A8
A light, vivid green closely aligning with Lightgreen.
About #92F8A8
Visually, #92F8A8 is defined as a vivid green. It is closely associated with the named CSS color Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 248, and 168.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 41% Cyan, 0% Magenta, 32% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#92F8A8
RGB146, 248, 168
HSL132.9°, 87.9%, 77.3%
CMYK41%, 0%, 32%, 3%
HSV132.9°, 41.1%, 97.3%
LAB89.9, -46.2, 29.3
XYZ52.5, 76.1, 49.0
Decimal9631912
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.21:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92F8A8;
}
.text-color {
color: #92F8A8;
}
.border-color {
border: 2px solid #92F8A8;
}