Shades of Lima #75D412
Tints of Lima #75D412
RGB
CMYK
RGB Variations
Color information
#75D412 (or 0x75D412) is known color: Lima. HEX triplet: 75, D4 and 12. RGB value is (117,212,18). Sum of RGB (Red+Green+Blue) = 117+212+18=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 212 (83.20% from 255 or 61.10% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 212 - color contains mainly: green. Hex color #75D412 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D412 is #8A2BED. Grayscale: #A2A2A2. Windows color (decimal): -9055214 or 1234037. OLE color: 1234037.
HSL color Cylindrical-coordinate representation of color #75D412: hue angle of 89.38º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75D412 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 212 | 18 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.17 |
| HSL | 89.38º | 0.84% | 0.45% | - |
| HSV(B) | 89.38º | 0.92% | 0.83% | - |
| XYZ | 30.99 | 50.91 | 8.77 | - |
| YUV | 161.48 | 47.03 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 212 | 18 | 0.45 | 0 | 0.92 | 0.17 | 89.38 | 0.84 | 0.45 |
| Hex | 75 | D4 | 12 | 2D | 0 | 5C | 11 | 59 | 54 | 2D |
| Octal | 165 | 324 | 22 | 55 | 0 | 134 | 21 | 131 | 124 | 55 |
| Binary | 1110101 | 11010100 | 10010 | 101101 | 0 | 1011100 | 10001 | 1011001 | 1010100 | 101101 |
Color Harmonies of #75D412
Complementary color
Monochromatic Colors of #75D412
Black with #75D412
Text Example
Text Example
White with #75D412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D412; }
p { color: rgb(117,212,18); }
H1.HeaderClassName
{
color: #75D412;
}
.AnyTagClassName
{
color: #75D412;
}
</style>
background-color css
<style>
a { background-color: #75D412; }
a { background-color: rgb(117,212,18); }
div.DivClassName
{
background-color: #75D412;
}
.BgClassName
{
background-color: #75D412;
}
</style>
border-color css
<style>
span { border-color: #75D412; }
span { border-color: rgb(117,212,18); }
td.TdClassName
{
border-color: #75D412;
}
.TagClassName
{
border-color: #75D412;
}
</style>