Shades of Lima #75C512
Tints of Lima #75C512
RGB
CMYK
RGB Variations
Color information
#75C512 (or 0x75C512) is known color: Lima. HEX triplet: 75, C5 and 12. RGB value is (117,197,18). Sum of RGB (Red+Green+Blue) = 117+197+18=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 197 (77.34% from 255 or 59.34% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 197 - color contains mainly: green. Hex color #75C512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C512 is #8A3AED. Grayscale: #999999. Windows color (decimal): -9059054 or 1230197. OLE color: 1230197.
HSL color Cylindrical-coordinate representation of color #75C512: hue angle of 86.82º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75C512 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 197 | 18 | - |
| CMYK | 0.41 | 0 | 0.91 | 0.23 |
| HSL | 86.82º | 0.83% | 0.42% | - |
| HSV(B) | 86.82º | 0.91% | 0.77% | - |
| XYZ | 27.41 | 43.76 | 7.57 | - |
| YUV | 152.67 | 52 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 197 | 18 | 0.41 | 0 | 0.91 | 0.23 | 86.82 | 0.83 | 0.42 |
| Hex | 75 | C5 | 12 | 29 | 0 | 5B | 17 | 57 | 53 | 2A |
| Octal | 165 | 305 | 22 | 51 | 0 | 133 | 27 | 127 | 123 | 52 |
| Binary | 1110101 | 11000101 | 10010 | 101001 | 0 | 1011011 | 10111 | 1010111 | 1010011 | 101010 |
Color Harmonies of #75C512
Complementary color
Monochromatic Colors of #75C512
Black with #75C512
Text Example
Text Example
White with #75C512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C512; }
p { color: rgb(117,197,18); }
H1.HeaderClassName
{
color: #75C512;
}
.AnyTagClassName
{
color: #75C512;
}
</style>
background-color css
<style>
a { background-color: #75C512; }
a { background-color: rgb(117,197,18); }
div.DivClassName
{
background-color: #75C512;
}
.BgClassName
{
background-color: #75C512;
}
</style>
border-color css
<style>
span { border-color: #75C512; }
span { border-color: rgb(117,197,18); }
td.TdClassName
{
border-color: #75C512;
}
.TagClassName
{
border-color: #75C512;
}
</style>