Shades of Lima #78CA13
Tints of Lima #78CA13
RGB
CMYK
RGB Variations
Color information
#78CA13 (or 0x78CA13) is known color: Lima. HEX triplet: 78, CA and 13. RGB value is (120,202,19). Sum of RGB (Red+Green+Blue) = 120+202+19=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 202 (79.30% from 255 or 59.24% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 202 - color contains mainly: green. Hex color #78CA13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78CA13 is #8735EC. Grayscale: #9D9D9D. Windows color (decimal): -8861165 or 1297016. OLE color: 1297016.
HSL color Cylindrical-coordinate representation of color #78CA13: hue angle of 86.89º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78CA13 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 202 | 19 | - |
| CMYK | 0.41 | 0 | 0.91 | 0.21 |
| HSL | 86.89º | 0.83% | 0.43% | - |
| HSV(B) | 86.89º | 0.91% | 0.79% | - |
| XYZ | 28.98 | 46.28 | 8.02 | - |
| YUV | 156.62 | 50.33 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 202 | 19 | 0.41 | 0 | 0.91 | 0.21 | 86.89 | 0.83 | 0.43 |
| Hex | 78 | CA | 13 | 29 | 0 | 5B | 15 | 57 | 53 | 2B |
| Octal | 170 | 312 | 23 | 51 | 0 | 133 | 25 | 127 | 123 | 53 |
| Binary | 1111000 | 11001010 | 10011 | 101001 | 0 | 1011011 | 10101 | 1010111 | 1010011 | 101011 |
Color Harmonies of #78CA13
Complementary color
Monochromatic Colors of #78CA13
Black with #78CA13
Text Example
Text Example
White with #78CA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CA13; }
p { color: rgb(120,202,19); }
H1.HeaderClassName
{
color: #78CA13;
}
.AnyTagClassName
{
color: #78CA13;
}
</style>
background-color css
<style>
a { background-color: #78CA13; }
a { background-color: rgb(120,202,19); }
div.DivClassName
{
background-color: #78CA13;
}
.BgClassName
{
background-color: #78CA13;
}
</style>
border-color css
<style>
span { border-color: #78CA13; }
span { border-color: rgb(120,202,19); }
td.TdClassName
{
border-color: #78CA13;
}
.TagClassName
{
border-color: #78CA13;
}
</style>