#92FF75
A light, vivid green closely aligning with Palegreen.
About #92FF75
At its core, #92FF75 is a light and vivid hue. Designers often compare it to the standard color Palegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 255, and 117.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 43% C, 0% M, 54% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#92FF75
RGB146, 255, 117
HSL107.4°, 100.0%, 72.9%
CMYK43%, 0%, 54%, 0%
HSV107.4°, 54.1%, 100.0%
LAB91.2, -56.2, 55.6
XYZ50.8, 78.9, 29.4
Decimal9633653
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.78:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92FF75;
}
.text-color {
color: #92FF75;
}
.border-color {
border: 2px solid #92FF75;
}