Shades of Lima #78BC14
Tints of Lima #78BC14
RGB
CMYK
RGB Variations
Color information
#78BC14 (or 0x78BC14) is known color: Lima. HEX triplet: 78, BC and 14. RGB value is (120,188,20). Sum of RGB (Red+Green+Blue) = 120+188+20=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78BC14 is #8743EB. Grayscale: #959595. Windows color (decimal): -8864748 or 1358968. OLE color: 1358968.
HSL color Cylindrical-coordinate representation of color #78BC14: hue angle of 84.29º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78BC14 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 188 | 20 | - |
| CMYK | 0.36 | 0 | 0.89 | 0.26 |
| HSL | 84.29º | 0.81% | 0.41% | - |
| HSV(B) | 84.29º | 0.89% | 0.74% | - |
| XYZ | 25.86 | 40.01 | 7.02 | - |
| YUV | 148.52 | 55.47 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 188 | 20 | 0.36 | 0 | 0.89 | 0.26 | 84.29 | 0.81 | 0.41 |
| Hex | 78 | BC | 14 | 24 | 0 | 59 | 1A | 54 | 51 | 29 |
| Octal | 170 | 274 | 24 | 44 | 0 | 131 | 32 | 124 | 121 | 51 |
| Binary | 1111000 | 10111100 | 10100 | 100100 | 0 | 1011001 | 11010 | 1010100 | 1010001 | 101001 |
Color Harmonies of #78BC14
Complementary color
Monochromatic Colors of #78BC14
Black with #78BC14
Text Example
Text Example
White with #78BC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BC14; }
p { color: rgb(120,188,20); }
H1.HeaderClassName
{
color: #78BC14;
}
.AnyTagClassName
{
color: #78BC14;
}
</style>
background-color css
<style>
a { background-color: #78BC14; }
a { background-color: rgb(120,188,20); }
div.DivClassName
{
background-color: #78BC14;
}
.BgClassName
{
background-color: #78BC14;
}
</style>
border-color css
<style>
span { border-color: #78BC14; }
span { border-color: rgb(120,188,20); }
td.TdClassName
{
border-color: #78BC14;
}
.TagClassName
{
border-color: #78BC14;
}
</style>