Shades of Lima #76BD13
Tints of Lima #76BD13
RGB
CMYK
RGB Variations
Color information
#76BD13 (or 0x76BD13) is known color: Lima. HEX triplet: 76, BD and 13. RGB value is (118,189,19). Sum of RGB (Red+Green+Blue) = 118+189+19=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 189 (74.22% from 255 or 57.98% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 189 - color contains mainly: green. Hex color #76BD13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BD13 is #8942EC. Grayscale: #959595. Windows color (decimal): -8995565 or 1293686. OLE color: 1293686.
HSL color Cylindrical-coordinate representation of color #76BD13: hue angle of 85.06º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76BD13 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 189 | 19 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.26 |
| HSL | 85.06º | 0.82% | 0.41% | - |
| HSV(B) | 85.06º | 0.9% | 0.74% | - |
| XYZ | 25.79 | 40.29 | 7.03 | - |
| YUV | 148.39 | 54.98 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 189 | 19 | 0.38 | 0 | 0.90 | 0.26 | 85.06 | 0.82 | 0.41 |
| Hex | 76 | BD | 13 | 26 | 0 | 5A | 1A | 55 | 52 | 29 |
| Octal | 166 | 275 | 23 | 46 | 0 | 132 | 32 | 125 | 122 | 51 |
| Binary | 1110110 | 10111101 | 10011 | 100110 | 0 | 1011010 | 11010 | 1010101 | 1010010 | 101001 |
Color Harmonies of #76BD13
Complementary color
Monochromatic Colors of #76BD13
Black with #76BD13
Text Example
Text Example
White with #76BD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BD13; }
p { color: rgb(118,189,19); }
H1.HeaderClassName
{
color: #76BD13;
}
.AnyTagClassName
{
color: #76BD13;
}
</style>
background-color css
<style>
a { background-color: #76BD13; }
a { background-color: rgb(118,189,19); }
div.DivClassName
{
background-color: #76BD13;
}
.BgClassName
{
background-color: #76BD13;
}
</style>
border-color css
<style>
span { border-color: #76BD13; }
span { border-color: rgb(118,189,19); }
td.TdClassName
{
border-color: #76BD13;
}
.TagClassName
{
border-color: #76BD13;
}
</style>