#92F042
A light, vivid green closely aligning with Greenyellow.
About #92F042
When working with digital screens, the color #92F042 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 240, and 66.
Translating this color to physical media requires the CMYK color model. The color uses 39% Cyan, 0% Magenta, 72% Yellow, and 6% 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. 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#92F042
RGB146, 240, 66
HSL92.4°, 85.3%, 60.0%
CMYK39%, 0%, 72%, 6%
HSV92.4°, 72.5%, 94.1%
LAB86.4, -54.7, 70.8
XYZ44.0, 68.8, 16.1
Decimal9629762
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.76:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92F042;
}
.text-color {
color: #92F042;
}
.border-color {
border: 2px solid #92F042;
}