Shades of Lima #78C915
Tints of Lima #78C915
RGB
CMYK
RGB Variations
Color information
#78C915 (or 0x78C915) is known color: Lima. HEX triplet: 78, C9 and 15. RGB value is (120,201,21). Sum of RGB (Red+Green+Blue) = 120+201+21=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 201 (78.91% from 255 or 58.77% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 201 - color contains mainly: green. Hex color #78C915 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78C915 is #8736EA. Grayscale: #9C9C9C. Windows color (decimal): -8861419 or 1427832. OLE color: 1427832.
HSL color Cylindrical-coordinate representation of color #78C915: hue angle of 87º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78C915 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 201 | 21 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.21 |
| HSL | 87º | 0.81% | 0.44% | - |
| HSV(B) | 87º | 0.9% | 0.79% | - |
| XYZ | 28.77 | 45.82 | 8.04 | - |
| YUV | 156.26 | 51.66 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 201 | 21 | 0.40 | 0 | 0.90 | 0.21 | 87 | 0.81 | 0.44 |
| Hex | 78 | C9 | 15 | 28 | 0 | 5A | 15 | 57 | 51 | 2C |
| Octal | 170 | 311 | 25 | 50 | 0 | 132 | 25 | 127 | 121 | 54 |
| Binary | 1111000 | 11001001 | 10101 | 101000 | 0 | 1011010 | 10101 | 1010111 | 1010001 | 101100 |
Color Harmonies of #78C915
Complementary color
Monochromatic Colors of #78C915
Black with #78C915
Text Example
Text Example
White with #78C915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C915; }
p { color: rgb(120,201,21); }
H1.HeaderClassName
{
color: #78C915;
}
.AnyTagClassName
{
color: #78C915;
}
</style>
background-color css
<style>
a { background-color: #78C915; }
a { background-color: rgb(120,201,21); }
div.DivClassName
{
background-color: #78C915;
}
.BgClassName
{
background-color: #78C915;
}
</style>
border-color css
<style>
span { border-color: #78C915; }
span { border-color: rgb(120,201,21); }
td.TdClassName
{
border-color: #78C915;
}
.TagClassName
{
border-color: #78C915;
}
</style>