Shades of Lima #75D120
Tints of Lima #75D120
RGB
CMYK
RGB Variations
Color information
#75D120 (or 0x75D120) is known color: Lima. HEX triplet: 75, D1 and 20. RGB value is (117,209,32). Sum of RGB (Red+Green+Blue) = 117+209+32=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 209 (82.03% from 255 or 58.38% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 209 - color contains mainly: green. Hex color #75D120 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D120 is #8A2EDF. Grayscale: #A1A1A1. Windows color (decimal): -9055968 or 2150773. OLE color: 2150773.
HSL color Cylindrical-coordinate representation of color #75D120: hue angle of 91.19º degrees, saturation: 0.73, 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 #75D120 is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 209 | 32 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.18 |
| HSL | 91.19º | 0.73% | 0.47% | - |
| HSV(B) | 91.19º | 0.85% | 0.82% | - |
| XYZ | 30.4 | 49.49 | 9.32 | - |
| YUV | 161.31 | 55.02 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 209 | 32 | 0.44 | 0 | 0.85 | 0.18 | 91.19 | 0.73 | 0.47 |
| Hex | 75 | D1 | 20 | 2C | 0 | 55 | 12 | 5B | 49 | 2F |
| Octal | 165 | 321 | 40 | 54 | 0 | 125 | 22 | 133 | 111 | 57 |
| Binary | 1110101 | 11010001 | 100000 | 101100 | 0 | 1010101 | 10010 | 1011011 | 1001001 | 101111 |
Color Harmonies of #75D120
Complementary color
Monochromatic Colors of #75D120
Black with #75D120
Text Example
Text Example
White with #75D120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D120; }
p { color: rgb(117,209,32); }
H1.HeaderClassName
{
color: #75D120;
}
.AnyTagClassName
{
color: #75D120;
}
</style>
background-color css
<style>
a { background-color: #75D120; }
a { background-color: rgb(117,209,32); }
div.DivClassName
{
background-color: #75D120;
}
.BgClassName
{
background-color: #75D120;
}
</style>
border-color css
<style>
span { border-color: #75D120; }
span { border-color: rgb(117,209,32); }
td.TdClassName
{
border-color: #75D120;
}
.TagClassName
{
border-color: #75D120;
}
</style>