Shades of Lima #78AB22
Tints of Lima #78AB22
RGB
CMYK
RGB Variations
Color information
#78AB22 (or 0x78AB22) is known color: Lima. HEX triplet: 78, AB and 22. RGB value is (120,171,34). Sum of RGB (Red+Green+Blue) = 120+171+34=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 171 (67.19% from 255 or 52.62% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AB22 is #8754DD. Grayscale: #8C8C8C. Windows color (decimal): -8869086 or 2272120. OLE color: 2272120.
HSL color Cylindrical-coordinate representation of color #78AB22: hue angle of 82.34º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #78AB22 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 171 | 34 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.33 |
| HSL | 82.34º | 0.67% | 0.4% | - |
| HSV(B) | 82.34º | 0.8% | 0.67% | - |
| XYZ | 22.6 | 33.23 | 6.74 | - |
| YUV | 140.13 | 68.1 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 171 | 34 | 0.30 | 0 | 0.80 | 0.33 | 82.34 | 0.67 | 0.4 |
| Hex | 78 | AB | 22 | 1E | 0 | 50 | 21 | 52 | 43 | 28 |
| Octal | 170 | 253 | 42 | 36 | 0 | 120 | 41 | 122 | 103 | 50 |
| Binary | 1111000 | 10101011 | 100010 | 11110 | 0 | 1010000 | 100001 | 1010010 | 1000011 | 101000 |
Color Harmonies of #78AB22
Complementary color
Monochromatic Colors of #78AB22
Black with #78AB22
Text Example
Text Example
White with #78AB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AB22; }
p { color: rgb(120,171,34); }
H1.HeaderClassName
{
color: #78AB22;
}
.AnyTagClassName
{
color: #78AB22;
}
</style>
background-color css
<style>
a { background-color: #78AB22; }
a { background-color: rgb(120,171,34); }
div.DivClassName
{
background-color: #78AB22;
}
.BgClassName
{
background-color: #78AB22;
}
</style>
border-color css
<style>
span { border-color: #78AB22; }
span { border-color: rgb(120,171,34); }
td.TdClassName
{
border-color: #78AB22;
}
.TagClassName
{
border-color: #78AB22;
}
</style>