Shades of Lima #76C41C
Tints of Lima #76C41C
RGB
CMYK
RGB Variations
Color information
#76C41C (or 0x76C41C) is known color: Lima. HEX triplet: 76, C4 and 1C. RGB value is (118,196,28). Sum of RGB (Red+Green+Blue) = 118+196+28=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 196 (76.95% from 255 or 57.31% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 196 - color contains mainly: green. Hex color #76C41C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C41C is #893BE3. Grayscale: #9A9A9A. Windows color (decimal): -8993764 or 1885302. OLE color: 1885302.
HSL color Cylindrical-coordinate representation of color #76C41C: hue angle of 87.86º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76C41C is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 196 | 28 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.23 |
| HSL | 87.86º | 0.75% | 0.44% | - |
| HSV(B) | 87.86º | 0.86% | 0.77% | - |
| XYZ | 27.42 | 43.42 | 8.03 | - |
| YUV | 153.53 | 57.16 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 196 | 28 | 0.40 | 0 | 0.86 | 0.23 | 87.86 | 0.75 | 0.44 |
| Hex | 76 | C4 | 1C | 28 | 0 | 56 | 17 | 58 | 4B | 2C |
| Octal | 166 | 304 | 34 | 50 | 0 | 126 | 27 | 130 | 113 | 54 |
| Binary | 1110110 | 11000100 | 11100 | 101000 | 0 | 1010110 | 10111 | 1011000 | 1001011 | 101100 |
Color Harmonies of #76C41C
Complementary color
Monochromatic Colors of #76C41C
Black with #76C41C
Text Example
Text Example
White with #76C41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C41C; }
p { color: rgb(118,196,28); }
H1.HeaderClassName
{
color: #76C41C;
}
.AnyTagClassName
{
color: #76C41C;
}
</style>
background-color css
<style>
a { background-color: #76C41C; }
a { background-color: rgb(118,196,28); }
div.DivClassName
{
background-color: #76C41C;
}
.BgClassName
{
background-color: #76C41C;
}
</style>
border-color css
<style>
span { border-color: #76C41C; }
span { border-color: rgb(118,196,28); }
td.TdClassName
{
border-color: #76C41C;
}
.TagClassName
{
border-color: #76C41C;
}
</style>