Shades of Lima #75D311
Tints of Lima #75D311
RGB
CMYK
RGB Variations
Color information
#75D311 (or 0x75D311) is known color: Lima. HEX triplet: 75, D3 and 11. RGB value is (117,211,17). Sum of RGB (Red+Green+Blue) = 117+211+17=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 211 (82.81% from 255 or 61.16% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 211 - color contains mainly: green. Hex color #75D311 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D311 is #8A2CEE. Grayscale: #A1A1A1. Windows color (decimal): -9055471 or 1168245. OLE color: 1168245.
HSL color Cylindrical-coordinate representation of color #75D311: hue angle of 89.07º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75D311 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 211 | 17 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.17 |
| HSL | 89.07º | 0.85% | 0.45% | - |
| HSV(B) | 89.07º | 0.92% | 0.83% | - |
| XYZ | 30.73 | 50.41 | 8.64 | - |
| YUV | 160.78 | 46.86 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 211 | 17 | 0.45 | 0 | 0.92 | 0.17 | 89.07 | 0.85 | 0.45 |
| Hex | 75 | D3 | 11 | 2D | 0 | 5C | 11 | 59 | 55 | 2D |
| Octal | 165 | 323 | 21 | 55 | 0 | 134 | 21 | 131 | 125 | 55 |
| Binary | 1110101 | 11010011 | 10001 | 101101 | 0 | 1011100 | 10001 | 1011001 | 1010101 | 101101 |
Color Harmonies of #75D311
Complementary color
Monochromatic Colors of #75D311
Black with #75D311
Text Example
Text Example
White with #75D311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D311; }
p { color: rgb(117,211,17); }
H1.HeaderClassName
{
color: #75D311;
}
.AnyTagClassName
{
color: #75D311;
}
</style>
background-color css
<style>
a { background-color: #75D311; }
a { background-color: rgb(117,211,17); }
div.DivClassName
{
background-color: #75D311;
}
.BgClassName
{
background-color: #75D311;
}
</style>
border-color css
<style>
span { border-color: #75D311; }
span { border-color: rgb(117,211,17); }
td.TdClassName
{
border-color: #75D311;
}
.TagClassName
{
border-color: #75D311;
}
</style>