Shades of Lima #78D519
Tints of Lima #78D519
RGB
CMYK
RGB Variations
Color information
#78D519 (or 0x78D519) is known color: Lima. HEX triplet: 78, D5 and 19. RGB value is (120,213,25). Sum of RGB (Red+Green+Blue) = 120+213+25=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 213 (83.59% from 255 or 59.50% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 213 - color contains mainly: green. Hex color #78D519 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78D519 is #872AE6. Grayscale: #A4A4A4. Windows color (decimal): -8858343 or 1693048. OLE color: 1693048.
HSL color Cylindrical-coordinate representation of color #78D519: hue angle of 89.68º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78D519 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 213 | 25 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.16 |
| HSL | 89.68º | 0.79% | 0.47% | - |
| HSV(B) | 89.68º | 0.88% | 0.84% | - |
| XYZ | 31.72 | 51.65 | 9.22 | - |
| YUV | 163.76 | 49.69 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 213 | 25 | 0.44 | 0 | 0.88 | 0.16 | 89.68 | 0.79 | 0.47 |
| Hex | 78 | D5 | 19 | 2C | 0 | 58 | 10 | 5A | 4F | 2F |
| Octal | 170 | 325 | 31 | 54 | 0 | 130 | 20 | 132 | 117 | 57 |
| Binary | 1111000 | 11010101 | 11001 | 101100 | 0 | 1011000 | 10000 | 1011010 | 1001111 | 101111 |
Color Harmonies of #78D519
Complementary color
Monochromatic Colors of #78D519
Black with #78D519
Text Example
Text Example
White with #78D519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D519; }
p { color: rgb(120,213,25); }
H1.HeaderClassName
{
color: #78D519;
}
.AnyTagClassName
{
color: #78D519;
}
</style>
background-color css
<style>
a { background-color: #78D519; }
a { background-color: rgb(120,213,25); }
div.DivClassName
{
background-color: #78D519;
}
.BgClassName
{
background-color: #78D519;
}
</style>
border-color css
<style>
span { border-color: #78D519; }
span { border-color: rgb(120,213,25); }
td.TdClassName
{
border-color: #78D519;
}
.TagClassName
{
border-color: #78D519;
}
</style>