Shades of Lima #78AB18
Tints of Lima #78AB18
RGB
CMYK
RGB Variations
Color information
#78AB18 (or 0x78AB18) is known color: Lima. HEX triplet: 78, AB and 18. RGB value is (120,171,24). Sum of RGB (Red+Green+Blue) = 120+171+24=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 171 (67.19% from 255 or 54.29% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78AB18 is #8754E7. Grayscale: #8B8B8B. Windows color (decimal): -8869096 or 1616760. OLE color: 1616760.
HSL color Cylindrical-coordinate representation of color #78AB18: hue angle of 80.82º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #78AB18 is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 171 | 24 | - |
| CMYK | 0.30 | 0 | 0.86 | 0.33 |
| HSL | 80.82º | 0.75% | 0.38% | - |
| HSV(B) | 80.82º | 0.86% | 0.67% | - |
| XYZ | 22.47 | 33.18 | 6.08 | - |
| YUV | 138.99 | 63.1 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 171 | 24 | 0.30 | 0 | 0.86 | 0.33 | 80.82 | 0.75 | 0.38 |
| Hex | 78 | AB | 18 | 1E | 0 | 56 | 21 | 51 | 4B | 26 |
| Octal | 170 | 253 | 30 | 36 | 0 | 126 | 41 | 121 | 113 | 46 |
| Binary | 1111000 | 10101011 | 11000 | 11110 | 0 | 1010110 | 100001 | 1010001 | 1001011 | 100110 |
Color Harmonies of #78AB18
Complementary color
Monochromatic Colors of #78AB18
Black with #78AB18
Text Example
Text Example
White with #78AB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AB18; }
p { color: rgb(120,171,24); }
H1.HeaderClassName
{
color: #78AB18;
}
.AnyTagClassName
{
color: #78AB18;
}
</style>
background-color css
<style>
a { background-color: #78AB18; }
a { background-color: rgb(120,171,24); }
div.DivClassName
{
background-color: #78AB18;
}
.BgClassName
{
background-color: #78AB18;
}
</style>
border-color css
<style>
span { border-color: #78AB18; }
span { border-color: rgb(120,171,24); }
td.TdClassName
{
border-color: #78AB18;
}
.TagClassName
{
border-color: #78AB18;
}
</style>