#0FA80F
A dark, vivid green closely aligning with Limegreen.
About #0FA80F
The precise color #0FA80F is an excellent choice for modern design projects. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(15, 168, 15).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 91% C, 0% M, 91% Y, and 34% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#0FA80F
RGB15, 168, 15
HSL120.0°, 83.6%, 35.9%
CMYK91%, 0%, 91%, 34%
HSV120.0°, 91.1%, 65.9%
LAB60.0, -61.8, 58.8
XYZ14.3, 28.1, 5.1
Decimal1026063
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.17:1
Text on #FFFFFF
AA Large
6.63:1
Text on #000000
AA
3.03:1
Text on #F8FAFC
AA Large
5.63:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FA80F;
}
.text-color {
color: #0FA80F;
}
.border-color {
border: 2px solid #0FA80F;
}