#75DB0F
A medium, vivid green closely aligning with Greenyellow.
About #75DB0F
When working with digital screens, the color #75DB0F is rendered by mixing light. Its closest recognized web color is Greenyellow. This translates to an RGB value of rgb(117, 219, 15).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 47% cyan, 0% magenta, 93% yellow, and 14% black. With a hue angle of 90.0 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75DB0F
RGB117, 219, 15
HSL90.0°, 87.2%, 45.9%
CMYK47%, 0%, 93%, 14%
HSV90.0°, 93.2%, 85.9%
LAB78.7, -57.8, 75.5
XYZ32.8, 54.5, 9.2
Decimal7723791
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.77:1
Text on #FFFFFF
FAIL
11.90:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75DB0F;
}
.text-color {
color: #75DB0F;
}
.border-color {
border: 2px solid #75DB0F;
}