Shades of Lima #75AC20
Tints of Lima #75AC20
RGB
CMYK
RGB Variations
Color information
#75AC20 (or 0x75AC20) is known color: Lima. HEX triplet: 75, AC and 20. RGB value is (117,172,32). Sum of RGB (Red+Green+Blue) = 117+172+32=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AC20 is #8A53DF. Grayscale: #8C8C8C. Windows color (decimal): -9065440 or 2141301. OLE color: 2141301.
HSL color Cylindrical-coordinate representation of color #75AC20: hue angle of 83.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75AC20 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 172 | 32 | - |
| CMYK | 0.32 | 0 | 0.81 | 0.33 |
| HSL | 83.57º | 0.69% | 0.4% | - |
| HSV(B) | 83.57º | 0.81% | 0.67% | - |
| XYZ | 22.35 | 33.39 | 6.63 | - |
| YUV | 139.6 | 67.28 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 172 | 32 | 0.32 | 0 | 0.81 | 0.33 | 83.57 | 0.69 | 0.4 |
| Hex | 75 | AC | 20 | 20 | 0 | 51 | 21 | 54 | 45 | 28 |
| Octal | 165 | 254 | 40 | 40 | 0 | 121 | 41 | 124 | 105 | 50 |
| Binary | 1110101 | 10101100 | 100000 | 100000 | 0 | 1010001 | 100001 | 1010100 | 1000101 | 101000 |
Color Harmonies of #75AC20
Complementary color
Monochromatic Colors of #75AC20
Black with #75AC20
Text Example
Text Example
White with #75AC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AC20; }
p { color: rgb(117,172,32); }
H1.HeaderClassName
{
color: #75AC20;
}
.AnyTagClassName
{
color: #75AC20;
}
</style>
background-color css
<style>
a { background-color: #75AC20; }
a { background-color: rgb(117,172,32); }
div.DivClassName
{
background-color: #75AC20;
}
.BgClassName
{
background-color: #75AC20;
}
</style>
border-color css
<style>
span { border-color: #75AC20; }
span { border-color: rgb(117,172,32); }
td.TdClassName
{
border-color: #75AC20;
}
.TagClassName
{
border-color: #75AC20;
}
</style>