#92C500
A dark, vivid green closely aligning with Yellowgreen.
About #92C500
At its core, #92C500 is a dark and vivid hue. Its closest recognized web color is Yellowgreen. This translates to an RGB value of rgb(146, 197, 0).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 26% cyan, 0% magenta, 100% yellow, and 23% black. The HSL representation is 75.5° hue, 100.0% saturation, and 38.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#92C500
RGB146, 197, 0
HSL75.5°, 100.0%, 38.6%
CMYK26%, 0%, 100%, 23%
HSV75.5°, 100.0%, 77.3%
LAB73.6, -38.9, 73.5
XYZ31.8, 46.0, 7.2
Decimal9618688
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.06:1
Text on #FFFFFF
FAIL
10.21:1
Text on #000000
AAA
1.97:1
Text on #F8FAFC
FAIL
8.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92C500;
}
.text-color {
color: #92C500;
}
.border-color {
border: 2px solid #92C500;
}