#0FA81D
A dark, vivid green closely aligning with Limegreen.
About #0FA81D
Visually, #0FA81D is defined as a vivid green. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 168, and 29.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 91% C, 0% M, 83% Y, and 34% K. The HSL representation is 125.5° hue, 83.6% saturation, and 35.9% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0FA81D
RGB15, 168, 29
HSL125.5°, 83.6%, 35.9%
CMYK91%, 0%, 83%, 34%
HSV125.5°, 91.1%, 65.9%
LAB60.1, -61.2, 55.7
XYZ14.4, 28.2, 5.8
Decimal1026077
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.16:1
Text on #FFFFFF
AA Large
6.64:1
Text on #000000
AA
3.02:1
Text on #F8FAFC
AA Large
5.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FA81D;
}
.text-color {
color: #0FA81D;
}
.border-color {
border: 2px solid #0FA81D;
}