#92F800
A medium, vivid green closely aligning with Lawngreen.
About #92F800
The precise color #92F800 is an excellent choice for modern design projects. It is closely associated with the named CSS color Lawngreen. This translates to an RGB value of rgb(146, 248, 0).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 41% cyan and 0% magenta inks. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#92F800
RGB146, 248, 0
HSL84.7°, 100.0%, 48.6%
CMYK41%, 0%, 100%, 3%
HSV84.7°, 100.0%, 97.3%
LAB88.6, -59.8, 85.1
XYZ45.4, 73.2, 11.7
Decimal9631744
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.65:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92F800;
}
.text-color {
color: #92F800;
}
.border-color {
border: 2px solid #92F800;
}