#0FE257
A medium, vivid green closely aligning with Limegreen.
About #0FE257
At its core, #0FE257 is a medium and vivid hue. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 226, and 87.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 93% Cyan, 0% Magenta, 62% Yellow, and 11% Black. The HSL representation is 140.5° 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#0FE257
RGB15, 226, 87
HSL140.5°, 87.6%, 47.3%
CMYK93%, 0%, 62%, 11%
HSV140.5°, 93.4%, 88.6%
LAB79.1, -73.1, 54.0
XYZ29.1, 55.2, 18.1
Decimal1040983
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.04:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FE257;
}
.text-color {
color: #0FE257;
}
.border-color {
border: 2px solid #0FE257;
}