Shades of Lima #75D212
Tints of Lima #75D212
RGB
CMYK
RGB Variations
Color information
#75D212 (or 0x75D212) is known color: Lima. HEX triplet: 75, D2 and 12. RGB value is (117,210,18). Sum of RGB (Red+Green+Blue) = 117+210+18=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 210 (82.42% from 255 or 60.87% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 210 - color contains mainly: green. Hex color #75D212 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D212 is #8A2DED. Grayscale: #A0A0A0. Windows color (decimal): -9055726 or 1233525. OLE color: 1233525.
HSL color Cylindrical-coordinate representation of color #75D212: hue angle of 89.06º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75D212 is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 210 | 18 | - |
| CMYK | 0.44 | 0 | 0.91 | 0.18 |
| HSL | 89.06º | 0.84% | 0.45% | - |
| HSV(B) | 89.06º | 0.91% | 0.82% | - |
| XYZ | 30.49 | 49.92 | 8.6 | - |
| YUV | 160.31 | 47.69 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 210 | 18 | 0.44 | 0 | 0.91 | 0.18 | 89.06 | 0.84 | 0.45 |
| Hex | 75 | D2 | 12 | 2C | 0 | 5B | 12 | 59 | 54 | 2D |
| Octal | 165 | 322 | 22 | 54 | 0 | 133 | 22 | 131 | 124 | 55 |
| Binary | 1110101 | 11010010 | 10010 | 101100 | 0 | 1011011 | 10010 | 1011001 | 1010100 | 101101 |
Color Harmonies of #75D212
Complementary color
Monochromatic Colors of #75D212
Black with #75D212
Text Example
Text Example
White with #75D212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D212; }
p { color: rgb(117,210,18); }
H1.HeaderClassName
{
color: #75D212;
}
.AnyTagClassName
{
color: #75D212;
}
</style>
background-color css
<style>
a { background-color: #75D212; }
a { background-color: rgb(117,210,18); }
div.DivClassName
{
background-color: #75D212;
}
.BgClassName
{
background-color: #75D212;
}
</style>
border-color css
<style>
span { border-color: #75D212; }
span { border-color: rgb(117,210,18); }
td.TdClassName
{
border-color: #75D212;
}
.TagClassName
{
border-color: #75D212;
}
</style>