Shades of Lima #78BC11
Tints of Lima #78BC11
RGB
CMYK
RGB Variations
Color information
#78BC11 (or 0x78BC11) is known color: Lima. HEX triplet: 78, BC and 11. RGB value is (120,188,17). Sum of RGB (Red+Green+Blue) = 120+188+17=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78BC11 is #8743EE. Grayscale: #949494. Windows color (decimal): -8864751 or 1162360. OLE color: 1162360.
HSL color Cylindrical-coordinate representation of color #78BC11: hue angle of 83.86º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78BC11 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 188 | 17 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.26 |
| HSL | 83.86º | 0.83% | 0.4% | - |
| HSV(B) | 83.86º | 0.91% | 0.74% | - |
| XYZ | 25.83 | 40 | 6.89 | - |
| YUV | 148.17 | 53.97 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 188 | 17 | 0.36 | 0 | 0.91 | 0.26 | 83.86 | 0.83 | 0.4 |
| Hex | 78 | BC | 11 | 24 | 0 | 5B | 1A | 54 | 53 | 28 |
| Octal | 170 | 274 | 21 | 44 | 0 | 133 | 32 | 124 | 123 | 50 |
| Binary | 1111000 | 10111100 | 10001 | 100100 | 0 | 1011011 | 11010 | 1010100 | 1010011 | 101000 |
Color Harmonies of #78BC11
Complementary color
Monochromatic Colors of #78BC11
Black with #78BC11
Text Example
Text Example
White with #78BC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BC11; }
p { color: rgb(120,188,17); }
H1.HeaderClassName
{
color: #78BC11;
}
.AnyTagClassName
{
color: #78BC11;
}
</style>
background-color css
<style>
a { background-color: #78BC11; }
a { background-color: rgb(120,188,17); }
div.DivClassName
{
background-color: #78BC11;
}
.BgClassName
{
background-color: #78BC11;
}
</style>
border-color css
<style>
span { border-color: #78BC11; }
span { border-color: rgb(120,188,17); }
td.TdClassName
{
border-color: #78BC11;
}
.TagClassName
{
border-color: #78BC11;
}
</style>