Shades of Lima #76C923
Tints of Lima #76C923
RGB
CMYK
RGB Variations
Color information
#76C923 (or 0x76C923) is known color: Lima. HEX triplet: 76, C9 and 23. RGB value is (118,201,35). Sum of RGB (Red+Green+Blue) = 118+201+35=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 201 (78.91% from 255 or 56.78% from 354); Blue value is 35 (14.06% from 255 or 9.89% from 354); Max value from RGB is 201 - color contains mainly: green. Hex color #76C923 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C923 is #8936DC. Grayscale: #9D9D9D. Windows color (decimal): -8992477 or 2345334. OLE color: 2345334.
HSL color Cylindrical-coordinate representation of color #76C923: hue angle of 90º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #76C923 is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 201 | 35 | - |
| CMYK | 0.41 | 0 | 0.83 | 0.21 |
| HSL | 90º | 0.7% | 0.46% | - |
| HSV(B) | 90º | 0.83% | 0.79% | - |
| XYZ | 28.66 | 45.75 | 8.91 | - |
| YUV | 157.26 | 59 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 201 | 35 | 0.41 | 0 | 0.83 | 0.21 | 90 | 0.7 | 0.46 |
| Hex | 76 | C9 | 23 | 29 | 0 | 53 | 15 | 5A | 46 | 2E |
| Octal | 166 | 311 | 43 | 51 | 0 | 123 | 25 | 132 | 106 | 56 |
| Binary | 1110110 | 11001001 | 100011 | 101001 | 0 | 1010011 | 10101 | 1011010 | 1000110 | 101110 |
Color Harmonies of #76C923
Complementary color
Monochromatic Colors of #76C923
Black with #76C923
Text Example
Text Example
White with #76C923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C923; }
p { color: rgb(118,201,35); }
H1.HeaderClassName
{
color: #76C923;
}
.AnyTagClassName
{
color: #76C923;
}
</style>
background-color css
<style>
a { background-color: #76C923; }
a { background-color: rgb(118,201,35); }
div.DivClassName
{
background-color: #76C923;
}
.BgClassName
{
background-color: #76C923;
}
</style>
border-color css
<style>
span { border-color: #76C923; }
span { border-color: rgb(118,201,35); }
td.TdClassName
{
border-color: #76C923;
}
.TagClassName
{
border-color: #76C923;
}
</style>