#90F52E
A medium, vivid green closely aligning with Greenyellow.
About #90F52E
The hex code #90F52E represents a beautifully specific shade of green. Designers often compare it to the standard color Greenyellow. Its digital footprint relies on 144 parts red, 245 parts green, and 46 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 41% cyan, 0% magenta, 81% yellow, and 4% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#90F52E
RGB144, 245, 46
HSL90.5°, 90.9%, 57.1%
CMYK41%, 0%, 81%, 4%
HSV90.5°, 81.2%, 96.1%
LAB87.7, -58.3, 77.8
XYZ44.6, 71.4, 14.0
Decimal9499950
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.29:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.00:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #90F52E;
}
.text-color {
color: #90F52E;
}
.border-color {
border: 2px solid #90F52E;
}