Shades of Lima #75D011
Tints of Lima #75D011
RGB
CMYK
RGB Variations
Color information
#75D011 (or 0x75D011) is known color: Lima. HEX triplet: 75, D0 and 11. RGB value is (117,208,17). Sum of RGB (Red+Green+Blue) = 117+208+17=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 208 (81.64% from 255 or 60.82% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 208 - color contains mainly: green. Hex color #75D011 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D011 is #8A2FEE. Grayscale: #9F9F9F. Windows color (decimal): -9056239 or 1167477. OLE color: 1167477.
HSL color Cylindrical-coordinate representation of color #75D011: hue angle of 88.59º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75D011 is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 208 | 17 | - |
| CMYK | 0.44 | 0 | 0.92 | 0.18 |
| HSL | 88.59º | 0.85% | 0.44% | - |
| HSV(B) | 88.59º | 0.92% | 0.82% | - |
| XYZ | 29.99 | 48.93 | 8.39 | - |
| YUV | 159.02 | 47.85 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 208 | 17 | 0.44 | 0 | 0.92 | 0.18 | 88.59 | 0.85 | 0.44 |
| Hex | 75 | D0 | 11 | 2C | 0 | 5C | 12 | 59 | 55 | 2C |
| Octal | 165 | 320 | 21 | 54 | 0 | 134 | 22 | 131 | 125 | 54 |
| Binary | 1110101 | 11010000 | 10001 | 101100 | 0 | 1011100 | 10010 | 1011001 | 1010101 | 101100 |
Color Harmonies of #75D011
Complementary color
Monochromatic Colors of #75D011
Black with #75D011
Text Example
Text Example
White with #75D011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D011; }
p { color: rgb(117,208,17); }
H1.HeaderClassName
{
color: #75D011;
}
.AnyTagClassName
{
color: #75D011;
}
</style>
background-color css
<style>
a { background-color: #75D011; }
a { background-color: rgb(117,208,17); }
div.DivClassName
{
background-color: #75D011;
}
.BgClassName
{
background-color: #75D011;
}
</style>
border-color css
<style>
span { border-color: #75D011; }
span { border-color: rgb(117,208,17); }
td.TdClassName
{
border-color: #75D011;
}
.TagClassName
{
border-color: #75D011;
}
</style>