Shades of Lima #75C020
Tints of Lima #75C020
RGB
CMYK
RGB Variations
Color information
#75C020 (or 0x75C020) is known color: Lima. HEX triplet: 75, C0 and 20. RGB value is (117,192,32). Sum of RGB (Red+Green+Blue) = 117+192+32=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #75C020 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C020 is #8A3FDF. Grayscale: #979797. Windows color (decimal): -9060320 or 2146421. OLE color: 2146421.
HSL color Cylindrical-coordinate representation of color #75C020: hue angle of 88.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75C020 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 192 | 32 | - |
| CMYK | 0.39 | 0 | 0.83 | 0.25 |
| HSL | 88.13º | 0.71% | 0.44% | - |
| HSV(B) | 88.13º | 0.83% | 0.75% | - |
| XYZ | 26.45 | 41.59 | 8 | - |
| YUV | 151.34 | 60.65 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 192 | 32 | 0.39 | 0 | 0.83 | 0.25 | 88.13 | 0.71 | 0.44 |
| Hex | 75 | C0 | 20 | 27 | 0 | 53 | 19 | 58 | 47 | 2C |
| Octal | 165 | 300 | 40 | 47 | 0 | 123 | 31 | 130 | 107 | 54 |
| Binary | 1110101 | 11000000 | 100000 | 100111 | 0 | 1010011 | 11001 | 1011000 | 1000111 | 101100 |
Color Harmonies of #75C020
Complementary color
Monochromatic Colors of #75C020
Black with #75C020
Text Example
Text Example
White with #75C020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C020; }
p { color: rgb(117,192,32); }
H1.HeaderClassName
{
color: #75C020;
}
.AnyTagClassName
{
color: #75C020;
}
</style>
background-color css
<style>
a { background-color: #75C020; }
a { background-color: rgb(117,192,32); }
div.DivClassName
{
background-color: #75C020;
}
.BgClassName
{
background-color: #75C020;
}
</style>
border-color css
<style>
span { border-color: #75C020; }
span { border-color: rgb(117,192,32); }
td.TdClassName
{
border-color: #75C020;
}
.TagClassName
{
border-color: #75C020;
}
</style>