#92E249
A medium, vivid green closely aligning with Yellowgreen.
About #92E249
The hex code #92E249 represents a beautifully specific shade of green. Designers often compare it to the standard color Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 226, and 73.
If you are designing for print, the four-color process is what matters most. The color uses 35% Cyan, 0% Magenta, 68% Yellow, and 11% Black. With a hue angle of 91.4 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#92E249
RGB146, 226, 73
HSL91.4°, 72.5%, 58.6%
CMYK35%, 0%, 68%, 11%
HSV91.4°, 67.7%, 88.6%
LAB82.4, -48.5, 64.2
XYZ40.3, 61.0, 16.0
Decimal9626185
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.20:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92E249;
}
.text-color {
color: #92E249;
}
.border-color {
border: 2px solid #92E249;
}