Shades of Lima #76D012
Tints of Lima #76D012
RGB
CMYK
RGB Variations
Color information
#76D012 (or 0x76D012) is known color: Lima. HEX triplet: 76, D0 and 12. RGB value is (118,208,18). Sum of RGB (Red+Green+Blue) = 118+208+18=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 208 (81.64% from 255 or 60.47% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 208 - color contains mainly: green. Hex color #76D012 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76D012 is #892FED. Grayscale: #A0A0A0. Windows color (decimal): -8990702 or 1233014. OLE color: 1233014.
HSL color Cylindrical-coordinate representation of color #76D012: hue angle of 88.42º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76D012 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 208 | 18 | - |
| CMYK | 0.43 | 0 | 0.91 | 0.18 |
| HSL | 88.42º | 0.84% | 0.44% | - |
| HSV(B) | 88.42º | 0.91% | 0.82% | - |
| XYZ | 30.14 | 49.01 | 8.44 | - |
| YUV | 159.43 | 48.18 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 208 | 18 | 0.43 | 0 | 0.91 | 0.18 | 88.42 | 0.84 | 0.44 |
| Hex | 76 | D0 | 12 | 2B | 0 | 5B | 12 | 58 | 54 | 2C |
| Octal | 166 | 320 | 22 | 53 | 0 | 133 | 22 | 130 | 124 | 54 |
| Binary | 1110110 | 11010000 | 10010 | 101011 | 0 | 1011011 | 10010 | 1011000 | 1010100 | 101100 |
Color Harmonies of #76D012
Complementary color
Monochromatic Colors of #76D012
Black with #76D012
Text Example
Text Example
White with #76D012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D012; }
p { color: rgb(118,208,18); }
H1.HeaderClassName
{
color: #76D012;
}
.AnyTagClassName
{
color: #76D012;
}
</style>
background-color css
<style>
a { background-color: #76D012; }
a { background-color: rgb(118,208,18); }
div.DivClassName
{
background-color: #76D012;
}
.BgClassName
{
background-color: #76D012;
}
</style>
border-color css
<style>
span { border-color: #76D012; }
span { border-color: rgb(118,208,18); }
td.TdClassName
{
border-color: #76D012;
}
.TagClassName
{
border-color: #76D012;
}
</style>