Shades of Lima #76C224
Tints of Lima #76C224
RGB
CMYK
RGB Variations
Color information
#76C224 (or 0x76C224) is known color: Lima. HEX triplet: 76, C2 and 24. RGB value is (118,194,36). Sum of RGB (Red+Green+Blue) = 118+194+36=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 194 (76.17% from 255 or 55.75% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 194 - color contains mainly: green. Hex color #76C224 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C224 is #893DDB. Grayscale: #999999. Windows color (decimal): -8994268 or 2409078. OLE color: 2409078.
HSL color Cylindrical-coordinate representation of color #76C224: hue angle of 88.86º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76C224 is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 194 | 36 | - |
| CMYK | 0.39 | 0 | 0.81 | 0.24 |
| HSL | 88.86º | 0.69% | 0.45% | - |
| HSV(B) | 88.86º | 0.81% | 0.76% | - |
| XYZ | 27.08 | 42.56 | 8.46 | - |
| YUV | 153.26 | 61.82 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 194 | 36 | 0.39 | 0 | 0.81 | 0.24 | 88.86 | 0.69 | 0.45 |
| Hex | 76 | C2 | 24 | 27 | 0 | 51 | 18 | 59 | 45 | 2D |
| Octal | 166 | 302 | 44 | 47 | 0 | 121 | 30 | 131 | 105 | 55 |
| Binary | 1110110 | 11000010 | 100100 | 100111 | 0 | 1010001 | 11000 | 1011001 | 1000101 | 101101 |
Color Harmonies of #76C224
Complementary color
Monochromatic Colors of #76C224
Black with #76C224
Text Example
Text Example
White with #76C224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C224; }
p { color: rgb(118,194,36); }
H1.HeaderClassName
{
color: #76C224;
}
.AnyTagClassName
{
color: #76C224;
}
</style>
background-color css
<style>
a { background-color: #76C224; }
a { background-color: rgb(118,194,36); }
div.DivClassName
{
background-color: #76C224;
}
.BgClassName
{
background-color: #76C224;
}
</style>
border-color css
<style>
span { border-color: #76C224; }
span { border-color: rgb(118,194,36); }
td.TdClassName
{
border-color: #76C224;
}
.TagClassName
{
border-color: #76C224;
}
</style>