Shades of Lima #78C919
Tints of Lima #78C919
RGB
CMYK
RGB Variations
Color information
#78C919 (or 0x78C919) is known color: Lima. HEX triplet: 78, C9 and 19. RGB value is (120,201,25). Sum of RGB (Red+Green+Blue) = 120+201+25=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 201 (78.91% from 255 or 58.09% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 201 - color contains mainly: green. Hex color #78C919 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78C919 is #8736E6. Grayscale: #9D9D9D. Windows color (decimal): -8861415 or 1689976. OLE color: 1689976.
HSL color Cylindrical-coordinate representation of color #78C919: hue angle of 87.61º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78C919 is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 201 | 25 | - |
| CMYK | 0.40 | 0 | 0.88 | 0.21 |
| HSL | 87.61º | 0.78% | 0.44% | - |
| HSV(B) | 87.61º | 0.88% | 0.79% | - |
| XYZ | 28.81 | 45.84 | 8.25 | - |
| YUV | 156.72 | 53.66 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 201 | 25 | 0.40 | 0 | 0.88 | 0.21 | 87.61 | 0.78 | 0.44 |
| Hex | 78 | C9 | 19 | 28 | 0 | 58 | 15 | 58 | 4E | 2C |
| Octal | 170 | 311 | 31 | 50 | 0 | 130 | 25 | 130 | 116 | 54 |
| Binary | 1111000 | 11001001 | 11001 | 101000 | 0 | 1011000 | 10101 | 1011000 | 1001110 | 101100 |
Color Harmonies of #78C919
Complementary color
Monochromatic Colors of #78C919
Black with #78C919
Text Example
Text Example
White with #78C919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C919; }
p { color: rgb(120,201,25); }
H1.HeaderClassName
{
color: #78C919;
}
.AnyTagClassName
{
color: #78C919;
}
</style>
background-color css
<style>
a { background-color: #78C919; }
a { background-color: rgb(120,201,25); }
div.DivClassName
{
background-color: #78C919;
}
.BgClassName
{
background-color: #78C919;
}
</style>
border-color css
<style>
span { border-color: #78C919; }
span { border-color: rgb(120,201,25); }
td.TdClassName
{
border-color: #78C919;
}
.TagClassName
{
border-color: #78C919;
}
</style>