Shades of Lima #76BD33
Tints of Lima #76BD33
RGB
CMYK
RGB Variations
Color information
#76BD33 (or 0x76BD33) is known color: Lima. HEX triplet: 76, BD and 33. RGB value is (118,189,51). Sum of RGB (Red+Green+Blue) = 118+189+51=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 189 (74.22% from 255 or 52.79% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 189 - color contains mainly: green. Hex color #76BD33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BD33 is #8942CC. Grayscale: #989898. Windows color (decimal): -8995533 or 3390838. OLE color: 3390838.
HSL color Cylindrical-coordinate representation of color #76BD33: hue angle of 90.87º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76BD33 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 189 | 51 | - |
| CMYK | 0.38 | 0 | 0.73 | 0.26 |
| HSL | 90.87º | 0.58% | 0.47% | - |
| HSV(B) | 90.87º | 0.73% | 0.74% | - |
| XYZ | 26.27 | 40.49 | 9.56 | - |
| YUV | 152.04 | 70.98 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 189 | 51 | 0.38 | 0 | 0.73 | 0.26 | 90.87 | 0.58 | 0.47 |
| Hex | 76 | BD | 33 | 26 | 0 | 49 | 1A | 5B | 3A | 2F |
| Octal | 166 | 275 | 63 | 46 | 0 | 111 | 32 | 133 | 72 | 57 |
| Binary | 1110110 | 10111101 | 110011 | 100110 | 0 | 1001001 | 11010 | 1011011 | 111010 | 101111 |
Color Harmonies of #76BD33
Complementary color
Monochromatic Colors of #76BD33
Black with #76BD33
Text Example
Text Example
White with #76BD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BD33; }
p { color: rgb(118,189,51); }
H1.HeaderClassName
{
color: #76BD33;
}
.AnyTagClassName
{
color: #76BD33;
}
</style>
background-color css
<style>
a { background-color: #76BD33; }
a { background-color: rgb(118,189,51); }
div.DivClassName
{
background-color: #76BD33;
}
.BgClassName
{
background-color: #76BD33;
}
</style>
border-color css
<style>
span { border-color: #76BD33; }
span { border-color: rgb(118,189,51); }
td.TdClassName
{
border-color: #76BD33;
}
.TagClassName
{
border-color: #76BD33;
}
</style>