#92F000
A medium, vivid green closely aligning with Greenyellow.
About #92F000
The precise color #92F000 is an excellent choice for modern design projects. Its closest recognized web color is Greenyellow. Its digital footprint relies on 146 parts red, 240 parts green, and 0 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 39% cyan, 0% magenta, 100% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#92F000
RGB146, 240, 0
HSL83.5°, 100.0%, 47.1%
CMYK39%, 0%, 100%, 6%
HSV83.5°, 100.0%, 94.1%
LAB86.2, -56.7, 83.3
XYZ43.0, 68.4, 10.9
Decimal9629696
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.69:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92F000;
}
.text-color {
color: #92F000;
}
.border-color {
border: 2px solid #92F000;
}