Shades of Lima #76C333
Tints of Lima #76C333
RGB
CMYK
RGB Variations
Color information
#76C333 (or 0x76C333) is known color: Lima. HEX triplet: 76, C3 and 33. RGB value is (118,195,51). Sum of RGB (Red+Green+Blue) = 118+195+51=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 195 (76.56% from 255 or 53.57% from 364); Blue value is 51 (20.31% from 255 or 14.01% from 364); Max value from RGB is 195 - color contains mainly: green. Hex color #76C333 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C333 is #893CCC. Grayscale: #9C9C9C. Windows color (decimal): -8993997 or 3392374. OLE color: 3392374.
HSL color Cylindrical-coordinate representation of color #76C333: hue angle of 92.08º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76C333 is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 195 | 51 | - |
| CMYK | 0.39 | 0 | 0.74 | 0.24 |
| HSL | 92.08º | 0.59% | 0.48% | - |
| HSV(B) | 92.08º | 0.74% | 0.76% | - |
| XYZ | 27.58 | 43.12 | 10 | - |
| YUV | 155.56 | 68.99 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 195 | 51 | 0.39 | 0 | 0.74 | 0.24 | 92.08 | 0.59 | 0.48 |
| Hex | 76 | C3 | 33 | 27 | 0 | 4A | 18 | 5C | 3B | 30 |
| Octal | 166 | 303 | 63 | 47 | 0 | 112 | 30 | 134 | 73 | 60 |
| Binary | 1110110 | 11000011 | 110011 | 100111 | 0 | 1001010 | 11000 | 1011100 | 111011 | 110000 |
Color Harmonies of #76C333
Complementary color
Monochromatic Colors of #76C333
Black with #76C333
Text Example
Text Example
White with #76C333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C333; }
p { color: rgb(118,195,51); }
H1.HeaderClassName
{
color: #76C333;
}
.AnyTagClassName
{
color: #76C333;
}
</style>
background-color css
<style>
a { background-color: #76C333; }
a { background-color: rgb(118,195,51); }
div.DivClassName
{
background-color: #76C333;
}
.BgClassName
{
background-color: #76C333;
}
</style>
border-color css
<style>
span { border-color: #76C333; }
span { border-color: rgb(118,195,51); }
td.TdClassName
{
border-color: #76C333;
}
.TagClassName
{
border-color: #76C333;
}
</style>