Shades of Lima #78BB16
Tints of Lima #78BB16
RGB
CMYK
RGB Variations
Color information
#78BB16 (or 0x78BB16) is known color: Lima. HEX triplet: 78, BB and 16. RGB value is (120,187,22). Sum of RGB (Red+Green+Blue) = 120+187+22=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 187 (73.44% from 255 or 56.84% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 187 - color contains mainly: green. Hex color #78BB16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78BB16 is #8744E9. Grayscale: #949494. Windows color (decimal): -8865002 or 1489784. OLE color: 1489784.
HSL color Cylindrical-coordinate representation of color #78BB16: hue angle of 84.36º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78BB16 is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 187 | 22 | - |
| CMYK | 0.36 | 0 | 0.88 | 0.27 |
| HSL | 84.36º | 0.79% | 0.41% | - |
| HSV(B) | 84.36º | 0.88% | 0.73% | - |
| XYZ | 25.66 | 39.59 | 7.05 | - |
| YUV | 148.16 | 56.8 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 187 | 22 | 0.36 | 0 | 0.88 | 0.27 | 84.36 | 0.79 | 0.41 |
| Hex | 78 | BB | 16 | 24 | 0 | 58 | 1B | 54 | 4F | 29 |
| Octal | 170 | 273 | 26 | 44 | 0 | 130 | 33 | 124 | 117 | 51 |
| Binary | 1111000 | 10111011 | 10110 | 100100 | 0 | 1011000 | 11011 | 1010100 | 1001111 | 101001 |
Color Harmonies of #78BB16
Complementary color
Monochromatic Colors of #78BB16
Black with #78BB16
Text Example
Text Example
White with #78BB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BB16; }
p { color: rgb(120,187,22); }
H1.HeaderClassName
{
color: #78BB16;
}
.AnyTagClassName
{
color: #78BB16;
}
</style>
background-color css
<style>
a { background-color: #78BB16; }
a { background-color: rgb(120,187,22); }
div.DivClassName
{
background-color: #78BB16;
}
.BgClassName
{
background-color: #78BB16;
}
</style>
border-color css
<style>
span { border-color: #78BB16; }
span { border-color: rgb(120,187,22); }
td.TdClassName
{
border-color: #78BB16;
}
.TagClassName
{
border-color: #78BB16;
}
</style>