#0FCC33
A medium, vivid green closely aligning with Limegreen.
About #0FCC33
The hex code #0FCC33 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(15, 204, 51).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 93% cyan, 0% magenta, 75% yellow, and 20% black. With a hue angle of 131.4 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FCC33
RGB15, 204, 51
HSL131.4°, 86.3%, 42.9%
CMYK93%, 0%, 75%, 20%
HSV131.4°, 92.6%, 80.0%
LAB71.9, -70.1, 60.3
XYZ22.4, 43.5, 10.4
Decimal1035315
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.16:1
Text on #FFFFFF
FAIL
9.71:1
Text on #000000
AAA
2.07:1
Text on #F8FAFC
FAIL
8.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FCC33;
}
.text-color {
color: #0FCC33;
}
.border-color {
border: 2px solid #0FCC33;
}