#0FE275
A medium, vivid green closely aligning with Mediumspringgreen.
About #0FE275
The precise color #0FE275 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumspringgreen. This translates to an RGB value of rgb(15, 226, 117).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 93% cyan, 0% magenta, 48% yellow, and 11% black. The HSL representation is 149.0° hue, 87.6% saturation, and 47.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FE275
RGB15, 226, 117
HSL149.0°, 87.6%, 47.3%
CMYK93%, 0%, 48%, 11%
HSV149.0°, 93.4%, 88.6%
LAB79.5, -68.9, 40.6
XYZ30.6, 55.8, 26.0
Decimal1041013
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.73:1
Text on #FFFFFF
FAIL
12.16:1
Text on #000000
AAA
1.65:1
Text on #F8FAFC
FAIL
10.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FE275;
}
.text-color {
color: #0FE275;
}
.border-color {
border: 2px solid #0FE275;
}