Shades of Lima #75CF11
Tints of Lima #75CF11
RGB
CMYK
RGB Variations
Color information
#75CF11 (or 0x75CF11) is known color: Lima. HEX triplet: 75, CF and 11. RGB value is (117,207,17). Sum of RGB (Red+Green+Blue) = 117+207+17=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 207 (81.25% from 255 or 60.70% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 207 - color contains mainly: green. Hex color #75CF11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75CF11 is #8A30EE. Grayscale: #9F9F9F. Windows color (decimal): -9056495 or 1167221. OLE color: 1167221.
HSL color Cylindrical-coordinate representation of color #75CF11: hue angle of 88.42º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75CF11 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 207 | 17 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.19 |
| HSL | 88.42º | 0.85% | 0.44% | - |
| HSV(B) | 88.42º | 0.92% | 0.81% | - |
| XYZ | 29.75 | 48.45 | 8.31 | - |
| YUV | 158.43 | 48.18 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 207 | 17 | 0.43 | 0 | 0.92 | 0.19 | 88.42 | 0.85 | 0.44 |
| Hex | 75 | CF | 11 | 2B | 0 | 5C | 13 | 58 | 55 | 2C |
| Octal | 165 | 317 | 21 | 53 | 0 | 134 | 23 | 130 | 125 | 54 |
| Binary | 1110101 | 11001111 | 10001 | 101011 | 0 | 1011100 | 10011 | 1011000 | 1010101 | 101100 |
Color Harmonies of #75CF11
Complementary color
Monochromatic Colors of #75CF11
Black with #75CF11
Text Example
Text Example
White with #75CF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CF11; }
p { color: rgb(117,207,17); }
H1.HeaderClassName
{
color: #75CF11;
}
.AnyTagClassName
{
color: #75CF11;
}
</style>
background-color css
<style>
a { background-color: #75CF11; }
a { background-color: rgb(117,207,17); }
div.DivClassName
{
background-color: #75CF11;
}
.BgClassName
{
background-color: #75CF11;
}
</style>
border-color css
<style>
span { border-color: #75CF11; }
span { border-color: rgb(117,207,17); }
td.TdClassName
{
border-color: #75CF11;
}
.TagClassName
{
border-color: #75CF11;
}
</style>