#0FDB3A
A medium, vivid green closely aligning with Limegreen.
About #0FDB3A
At its core, #0FDB3A is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(15, 219, 58).
If you are designing for print, the four-color process is what matters most. The color uses 93% Cyan, 0% Magenta, 74% Yellow, and 14% Black. With a hue angle of 132.6 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0FDB3A
RGB15, 219, 58
HSL132.6°, 87.2%, 45.9%
CMYK93%, 0%, 74%, 14%
HSV132.6°, 93.2%, 85.9%
LAB76.7, -73.9, 62.7
XYZ26.3, 51.1, 12.5
Decimal1039162
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.87:1
Text on #FFFFFF
FAIL
11.21:1
Text on #000000
AAA
1.79:1
Text on #F8FAFC
FAIL
9.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FDB3A;
}
.text-color {
color: #0FDB3A;
}
.border-color {
border: 2px solid #0FDB3A;
}