#92F892
A light, vivid green closely aligning with Palegreen.
About #92F892
Visually, #92F892 is defined as a vivid green. It is closely associated with the named CSS color Palegreen. This translates to an RGB value of rgb(146, 248, 146).
If you are designing for print, the four-color process is what matters most. The color uses 41% Cyan, 0% Magenta, 41% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#92F892
RGB146, 248, 146
HSL120.0°, 87.9%, 77.3%
CMYK41%, 0%, 41%, 3%
HSV120.0°, 41.1%, 97.3%
LAB89.5, -49.7, 39.9
XYZ50.6, 75.3, 39.1
Decimal9631890
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.06:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92F892;
}
.text-color {
color: #92F892;
}
.border-color {
border: 2px solid #92F892;
}