#0FDB83
A medium, vivid green closely aligning with Mediumspringgreen.
About #0FDB83
Visually, #0FDB83 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Mediumspringgreen. In the RGB color space, it consists of 15 red, 219 green, and 131 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 93% cyan and 0% magenta inks. With a hue angle of 154.1 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. 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#0FDB83
RGB15, 219, 131
HSL154.1°, 87.2%, 45.9%
CMYK93%, 0%, 40%, 14%
HSV154.1°, 93.2%, 85.9%
LAB77.5, -64.1, 31.1
XYZ29.6, 52.4, 30.0
Decimal1039235
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.83:1
Text on #FFFFFF
FAIL
11.48:1
Text on #000000
AAA
1.75:1
Text on #F8FAFC
FAIL
9.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FDB83;
}
.text-color {
color: #0FDB83;
}
.border-color {
border: 2px solid #0FDB83;
}