Shades of Lima #76CB22
Tints of Lima #76CB22
RGB
CMYK
RGB Variations
Color information
#76CB22 (or 0x76CB22) is known color: Lima. HEX triplet: 76, CB and 22. RGB value is (118,203,34). Sum of RGB (Red+Green+Blue) = 118+203+34=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 203 (79.69% from 255 or 57.18% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CB22 is #8934DD. Grayscale: #9E9E9E. Windows color (decimal): -8991966 or 2280310. OLE color: 2280310.
HSL color Cylindrical-coordinate representation of color #76CB22: hue angle of 90.18º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #76CB22 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 203 | 34 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.20 |
| HSL | 90.18º | 0.71% | 0.46% | - |
| HSV(B) | 90.18º | 0.83% | 0.8% | - |
| XYZ | 29.12 | 46.68 | 8.99 | - |
| YUV | 158.32 | 57.84 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 203 | 34 | 0.42 | 0 | 0.83 | 0.20 | 90.18 | 0.71 | 0.46 |
| Hex | 76 | CB | 22 | 2A | 0 | 53 | 14 | 5A | 47 | 2E |
| Octal | 166 | 313 | 42 | 52 | 0 | 123 | 24 | 132 | 107 | 56 |
| Binary | 1110110 | 11001011 | 100010 | 101010 | 0 | 1010011 | 10100 | 1011010 | 1000111 | 101110 |
Color Harmonies of #76CB22
Complementary color
Monochromatic Colors of #76CB22
Black with #76CB22
Text Example
Text Example
White with #76CB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CB22; }
p { color: rgb(118,203,34); }
H1.HeaderClassName
{
color: #76CB22;
}
.AnyTagClassName
{
color: #76CB22;
}
</style>
background-color css
<style>
a { background-color: #76CB22; }
a { background-color: rgb(118,203,34); }
div.DivClassName
{
background-color: #76CB22;
}
.BgClassName
{
background-color: #76CB22;
}
</style>
border-color css
<style>
span { border-color: #76CB22; }
span { border-color: rgb(118,203,34); }
td.TdClassName
{
border-color: #76CB22;
}
.TagClassName
{
border-color: #76CB22;
}
</style>