Shades of Lima #76C31C
Tints of Lima #76C31C
RGB
CMYK
RGB Variations
Color information
#76C31C (or 0x76C31C) is known color: Lima. HEX triplet: 76, C3 and 1C. RGB value is (118,195,28). Sum of RGB (Red+Green+Blue) = 118+195+28=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #76C31C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C31C is #893CE3. Grayscale: #999999. Windows color (decimal): -8994020 or 1885046. OLE color: 1885046.
HSL color Cylindrical-coordinate representation of color #76C31C: hue angle of 87.66º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76C31C is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 195 | 28 | - |
| CMYK | 0.39 | 0 | 0.86 | 0.24 |
| HSL | 87.66º | 0.75% | 0.44% | - |
| HSV(B) | 87.66º | 0.86% | 0.76% | - |
| XYZ | 27.2 | 42.97 | 7.96 | - |
| YUV | 152.94 | 57.49 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 195 | 28 | 0.39 | 0 | 0.86 | 0.24 | 87.66 | 0.75 | 0.44 |
| Hex | 76 | C3 | 1C | 27 | 0 | 56 | 18 | 58 | 4B | 2C |
| Octal | 166 | 303 | 34 | 47 | 0 | 126 | 30 | 130 | 113 | 54 |
| Binary | 1110110 | 11000011 | 11100 | 100111 | 0 | 1010110 | 11000 | 1011000 | 1001011 | 101100 |
Color Harmonies of #76C31C
Complementary color
Monochromatic Colors of #76C31C
Black with #76C31C
Text Example
Text Example
White with #76C31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C31C; }
p { color: rgb(118,195,28); }
H1.HeaderClassName
{
color: #76C31C;
}
.AnyTagClassName
{
color: #76C31C;
}
</style>
background-color css
<style>
a { background-color: #76C31C; }
a { background-color: rgb(118,195,28); }
div.DivClassName
{
background-color: #76C31C;
}
.BgClassName
{
background-color: #76C31C;
}
</style>
border-color css
<style>
span { border-color: #76C31C; }
span { border-color: rgb(118,195,28); }
td.TdClassName
{
border-color: #76C31C;
}
.TagClassName
{
border-color: #76C31C;
}
</style>