#0FE97C
A medium, vivid green closely aligning with Mediumspringgreen.
About #0FE97C
Visually, #0FE97C is defined as a vivid green. If you're using CSS, you might find it aligns closely with Mediumspringgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 233, and 124.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 94% C, 0% M, 47% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0FE97C
RGB15, 233, 124
HSL150.0°, 87.9%, 48.6%
CMYK94%, 0%, 47%, 9%
HSV150.0°, 93.6%, 91.4%
LAB81.7, -70.0, 40.0
XYZ33.0, 59.8, 28.9
Decimal1042812
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
12.97:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
11.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FE97C;
}
.text-color {
color: #0FE97C;
}
.border-color {
border: 2px solid #0FE97C;
}