Shades of Lima #76C625
Tints of Lima #76C625
RGB
CMYK
RGB Variations
Color information
#76C625 (or 0x76C625) is known color: Lima. HEX triplet: 76, C6 and 25. RGB value is (118,198,37). Sum of RGB (Red+Green+Blue) = 118+198+37=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 198 (77.73% from 255 or 56.09% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 198 - color contains mainly: green. Hex color #76C625 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C625 is #8939DA. Grayscale: #9C9C9C. Windows color (decimal): -8993243 or 2475638. OLE color: 2475638.
HSL color Cylindrical-coordinate representation of color #76C625: hue angle of 89.81º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76C625 is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 198 | 37 | - |
| CMYK | 0.40 | 0 | 0.81 | 0.22 |
| HSL | 89.81º | 0.69% | 0.46% | - |
| HSV(B) | 89.81º | 0.81% | 0.78% | - |
| XYZ | 28 | 44.37 | 8.84 | - |
| YUV | 155.73 | 61 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 198 | 37 | 0.40 | 0 | 0.81 | 0.22 | 89.81 | 0.69 | 0.46 |
| Hex | 76 | C6 | 25 | 28 | 0 | 51 | 16 | 5A | 45 | 2E |
| Octal | 166 | 306 | 45 | 50 | 0 | 121 | 26 | 132 | 105 | 56 |
| Binary | 1110110 | 11000110 | 100101 | 101000 | 0 | 1010001 | 10110 | 1011010 | 1000101 | 101110 |
Color Harmonies of #76C625
Complementary color
Monochromatic Colors of #76C625
Black with #76C625
Text Example
Text Example
White with #76C625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C625; }
p { color: rgb(118,198,37); }
H1.HeaderClassName
{
color: #76C625;
}
.AnyTagClassName
{
color: #76C625;
}
</style>
background-color css
<style>
a { background-color: #76C625; }
a { background-color: rgb(118,198,37); }
div.DivClassName
{
background-color: #76C625;
}
.BgClassName
{
background-color: #76C625;
}
</style>
border-color css
<style>
span { border-color: #76C625; }
span { border-color: rgb(118,198,37); }
td.TdClassName
{
border-color: #76C625;
}
.TagClassName
{
border-color: #76C625;
}
</style>