Shades of Lima #78C512
Tints of Lima #78C512
RGB
CMYK
RGB Variations
Color information
#78C512 (or 0x78C512) is known color: Lima. HEX triplet: 78, C5 and 12. RGB value is (120,197,18). Sum of RGB (Red+Green+Blue) = 120+197+18=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 197 (77.34% from 255 or 58.81% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 197 - color contains mainly: green. Hex color #78C512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78C512 is #873AED. Grayscale: #9A9A9A. Windows color (decimal): -8862446 or 1230200. OLE color: 1230200.
HSL color Cylindrical-coordinate representation of color #78C512: hue angle of 85.81º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78C512 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 197 | 18 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.23 |
| HSL | 85.81º | 0.83% | 0.42% | - |
| HSV(B) | 85.81º | 0.91% | 0.77% | - |
| XYZ | 27.82 | 43.97 | 7.59 | - |
| YUV | 153.57 | 51.49 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 197 | 18 | 0.39 | 0 | 0.91 | 0.23 | 85.81 | 0.83 | 0.42 |
| Hex | 78 | C5 | 12 | 27 | 0 | 5B | 17 | 56 | 53 | 2A |
| Octal | 170 | 305 | 22 | 47 | 0 | 133 | 27 | 126 | 123 | 52 |
| Binary | 1111000 | 11000101 | 10010 | 100111 | 0 | 1011011 | 10111 | 1010110 | 1010011 | 101010 |
Color Harmonies of #78C512
Complementary color
Monochromatic Colors of #78C512
Black with #78C512
Text Example
Text Example
White with #78C512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C512; }
p { color: rgb(120,197,18); }
H1.HeaderClassName
{
color: #78C512;
}
.AnyTagClassName
{
color: #78C512;
}
</style>
background-color css
<style>
a { background-color: #78C512; }
a { background-color: rgb(120,197,18); }
div.DivClassName
{
background-color: #78C512;
}
.BgClassName
{
background-color: #78C512;
}
</style>
border-color css
<style>
span { border-color: #78C512; }
span { border-color: rgb(120,197,18); }
td.TdClassName
{
border-color: #78C512;
}
.TagClassName
{
border-color: #78C512;
}
</style>