Shades of Lima #78C519
Tints of Lima #78C519
RGB
CMYK
RGB Variations
Color information
#78C519 (or 0x78C519) is known color: Lima. HEX triplet: 78, C5 and 19. RGB value is (120,197,25). Sum of RGB (Red+Green+Blue) = 120+197+25=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 197 (77.34% from 255 or 57.60% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 197 - color contains mainly: green. Hex color #78C519 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78C519 is #873AE6. Grayscale: #9A9A9A. Windows color (decimal): -8862439 or 1688952. OLE color: 1688952.
HSL color Cylindrical-coordinate representation of color #78C519: hue angle of 86.86º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #78C519 is Cyan = 0.39, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 197 | 25 | - |
| CMYK | 0.39 | 0 | 0.87 | 0.23 |
| HSL | 86.86º | 0.77% | 0.44% | - |
| HSV(B) | 86.86º | 0.87% | 0.77% | - |
| XYZ | 27.89 | 44 | 7.94 | - |
| YUV | 154.37 | 54.99 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 197 | 25 | 0.39 | 0 | 0.87 | 0.23 | 86.86 | 0.77 | 0.44 |
| Hex | 78 | C5 | 19 | 27 | 0 | 57 | 17 | 57 | 4D | 2C |
| Octal | 170 | 305 | 31 | 47 | 0 | 127 | 27 | 127 | 115 | 54 |
| Binary | 1111000 | 11000101 | 11001 | 100111 | 0 | 1010111 | 10111 | 1010111 | 1001101 | 101100 |
Color Harmonies of #78C519
Complementary color
Monochromatic Colors of #78C519
Black with #78C519
Text Example
Text Example
White with #78C519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C519; }
p { color: rgb(120,197,25); }
H1.HeaderClassName
{
color: #78C519;
}
.AnyTagClassName
{
color: #78C519;
}
</style>
background-color css
<style>
a { background-color: #78C519; }
a { background-color: rgb(120,197,25); }
div.DivClassName
{
background-color: #78C519;
}
.BgClassName
{
background-color: #78C519;
}
</style>
border-color css
<style>
span { border-color: #78C519; }
span { border-color: rgb(120,197,25); }
td.TdClassName
{
border-color: #78C519;
}
.TagClassName
{
border-color: #78C519;
}
</style>