#75F066
A light, vivid green closely aligning with Limegreen.
About #75F066
Visually, #75F066 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 117 red, 240 green, and 102 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 51% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#75F066
RGB117, 240, 102
HSL113.5°, 82.1%, 67.1%
CMYK51%, 0%, 57%, 6%
HSV113.5°, 57.5%, 94.1%
LAB85.5, -60.2, 55.3
XYZ40.9, 67.1, 23.4
Decimal7729254
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.41:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75F066;
}
.text-color {
color: #75F066;
}
.border-color {
border: 2px solid #75F066;
}