Shades of Lima #76CA16
Tints of Lima #76CA16
RGB
CMYK
RGB Variations
Color information
#76CA16 (or 0x76CA16) is known color: Lima. HEX triplet: 76, CA and 16. RGB value is (118,202,22). Sum of RGB (Red+Green+Blue) = 118+202+22=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 202 (79.30% from 255 or 59.06% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76CA16 is #8935E9. Grayscale: #9C9C9C. Windows color (decimal): -8992234 or 1493622. OLE color: 1493622.
HSL color Cylindrical-coordinate representation of color #76CA16: hue angle of 88º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76CA16 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 202 | 22 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.21 |
| HSL | 88º | 0.8% | 0.44% | - |
| HSV(B) | 88º | 0.89% | 0.79% | - |
| XYZ | 28.74 | 46.15 | 8.15 | - |
| YUV | 156.36 | 52.17 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 202 | 22 | 0.42 | 0 | 0.89 | 0.21 | 88 | 0.8 | 0.44 |
| Hex | 76 | CA | 16 | 2A | 0 | 59 | 15 | 58 | 50 | 2C |
| Octal | 166 | 312 | 26 | 52 | 0 | 131 | 25 | 130 | 120 | 54 |
| Binary | 1110110 | 11001010 | 10110 | 101010 | 0 | 1011001 | 10101 | 1011000 | 1010000 | 101100 |
Color Harmonies of #76CA16
Complementary color
Monochromatic Colors of #76CA16
Black with #76CA16
Text Example
Text Example
White with #76CA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CA16; }
p { color: rgb(118,202,22); }
H1.HeaderClassName
{
color: #76CA16;
}
.AnyTagClassName
{
color: #76CA16;
}
</style>
background-color css
<style>
a { background-color: #76CA16; }
a { background-color: rgb(118,202,22); }
div.DivClassName
{
background-color: #76CA16;
}
.BgClassName
{
background-color: #76CA16;
}
</style>
border-color css
<style>
span { border-color: #76CA16; }
span { border-color: rgb(118,202,22); }
td.TdClassName
{
border-color: #76CA16;
}
.TagClassName
{
border-color: #76CA16;
}
</style>