Shades of Lima #78C015
Tints of Lima #78C015
RGB
CMYK
RGB Variations
Color information
#78C015 (or 0x78C015) is known color: Lima. HEX triplet: 78, C0 and 15. RGB value is (120,192,21). Sum of RGB (Red+Green+Blue) = 120+192+21=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 192 (75.39% from 255 or 57.66% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 192 - color contains mainly: green. Hex color #78C015 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78C015 is #873FEA. Grayscale: #979797. Windows color (decimal): -8863723 or 1425528. OLE color: 1425528.
HSL color Cylindrical-coordinate representation of color #78C015: hue angle of 85.26º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78C015 is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 21 | - |
| CMYK | 0.38 | 0 | 0.89 | 0.25 |
| HSL | 85.26º | 0.8% | 0.42% | - |
| HSV(B) | 85.26º | 0.89% | 0.75% | - |
| XYZ | 26.73 | 41.75 | 7.36 | - |
| YUV | 150.98 | 54.65 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 21 | 0.38 | 0 | 0.89 | 0.25 | 85.26 | 0.8 | 0.42 |
| Hex | 78 | C0 | 15 | 26 | 0 | 59 | 19 | 55 | 50 | 2A |
| Octal | 170 | 300 | 25 | 46 | 0 | 131 | 31 | 125 | 120 | 52 |
| Binary | 1111000 | 11000000 | 10101 | 100110 | 0 | 1011001 | 11001 | 1010101 | 1010000 | 101010 |
Color Harmonies of #78C015
Complementary color
Monochromatic Colors of #78C015
Black with #78C015
Text Example
Text Example
White with #78C015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C015; }
p { color: rgb(120,192,21); }
H1.HeaderClassName
{
color: #78C015;
}
.AnyTagClassName
{
color: #78C015;
}
</style>
background-color css
<style>
a { background-color: #78C015; }
a { background-color: rgb(120,192,21); }
div.DivClassName
{
background-color: #78C015;
}
.BgClassName
{
background-color: #78C015;
}
</style>
border-color css
<style>
span { border-color: #78C015; }
span { border-color: rgb(120,192,21); }
td.TdClassName
{
border-color: #78C015;
}
.TagClassName
{
border-color: #78C015;
}
</style>