Shades of Lima #76CC12
Tints of Lima #76CC12
RGB
CMYK
RGB Variations
Color information
#76CC12 (or 0x76CC12) is known color: Lima. HEX triplet: 76, CC and 12. RGB value is (118,204,18). Sum of RGB (Red+Green+Blue) = 118+204+18=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 204 (80.08% from 255 or 60% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76CC12 is #8933ED. Grayscale: #9D9D9D. Windows color (decimal): -8991726 or 1231990. OLE color: 1231990.
HSL color Cylindrical-coordinate representation of color #76CC12: hue angle of 87.74º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76CC12 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 204 | 18 | - |
| CMYK | 0.42 | 0 | 0.91 | 0.2 |
| HSL | 87.74º | 0.84% | 0.44% | - |
| HSV(B) | 87.74º | 0.91% | 0.8% | - |
| XYZ | 29.17 | 47.08 | 8.12 | - |
| YUV | 157.08 | 49.51 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 204 | 18 | 0.42 | 0 | 0.91 | 0.2 | 87.74 | 0.84 | 0.44 |
| Hex | 76 | CC | 12 | 2A | 0 | 5B | 14 | 58 | 54 | 2C |
| Octal | 166 | 314 | 22 | 52 | 0 | 133 | 24 | 130 | 124 | 54 |
| Binary | 1110110 | 11001100 | 10010 | 101010 | 0 | 1011011 | 10100 | 1011000 | 1010100 | 101100 |
Color Harmonies of #76CC12
Complementary color
Monochromatic Colors of #76CC12
Black with #76CC12
Text Example
Text Example
White with #76CC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CC12; }
p { color: rgb(118,204,18); }
H1.HeaderClassName
{
color: #76CC12;
}
.AnyTagClassName
{
color: #76CC12;
}
</style>
background-color css
<style>
a { background-color: #76CC12; }
a { background-color: rgb(118,204,18); }
div.DivClassName
{
background-color: #76CC12;
}
.BgClassName
{
background-color: #76CC12;
}
</style>
border-color css
<style>
span { border-color: #76CC12; }
span { border-color: rgb(118,204,18); }
td.TdClassName
{
border-color: #76CC12;
}
.TagClassName
{
border-color: #76CC12;
}
</style>