Shades of Lima #75D220
Tints of Lima #75D220
RGB
CMYK
RGB Variations
Color information
#75D220 (or 0x75D220) is known color: Lima. HEX triplet: 75, D2 and 20. RGB value is (117,210,32). Sum of RGB (Red+Green+Blue) = 117+210+32=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 210 (82.42% from 255 or 58.50% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 210 - color contains mainly: green. Hex color #75D220 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D220 is #8A2DDF. Grayscale: #A2A2A2. Windows color (decimal): -9055712 or 2151029. OLE color: 2151029.
HSL color Cylindrical-coordinate representation of color #75D220: hue angle of 91.35º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75D220 is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 210 | 32 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.18 |
| HSL | 91.35º | 0.74% | 0.47% | - |
| HSV(B) | 91.35º | 0.85% | 0.82% | - |
| XYZ | 30.64 | 49.98 | 9.4 | - |
| YUV | 161.9 | 54.69 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 210 | 32 | 0.44 | 0 | 0.85 | 0.18 | 91.35 | 0.74 | 0.47 |
| Hex | 75 | D2 | 20 | 2C | 0 | 55 | 12 | 5B | 4A | 2F |
| Octal | 165 | 322 | 40 | 54 | 0 | 125 | 22 | 133 | 112 | 57 |
| Binary | 1110101 | 11010010 | 100000 | 101100 | 0 | 1010101 | 10010 | 1011011 | 1001010 | 101111 |
Color Harmonies of #75D220
Complementary color
Monochromatic Colors of #75D220
Black with #75D220
Text Example
Text Example
White with #75D220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D220; }
p { color: rgb(117,210,32); }
H1.HeaderClassName
{
color: #75D220;
}
.AnyTagClassName
{
color: #75D220;
}
</style>
background-color css
<style>
a { background-color: #75D220; }
a { background-color: rgb(117,210,32); }
div.DivClassName
{
background-color: #75D220;
}
.BgClassName
{
background-color: #75D220;
}
</style>
border-color css
<style>
span { border-color: #75D220; }
span { border-color: rgb(117,210,32); }
td.TdClassName
{
border-color: #75D220;
}
.TagClassName
{
border-color: #75D220;
}
</style>