Shades of Lima #78C612
Tints of Lima #78C612
RGB
CMYK
RGB Variations
Color information
#78C612 (or 0x78C612) is known color: Lima. HEX triplet: 78, C6 and 12. RGB value is (120,198,18). Sum of RGB (Red+Green+Blue) = 120+198+18=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 198 (77.73% from 255 or 58.93% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 198 - color contains mainly: green. Hex color #78C612 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78C612 is #8739ED. Grayscale: #9A9A9A. Windows color (decimal): -8862190 or 1230456. OLE color: 1230456.
HSL color Cylindrical-coordinate representation of color #78C612: hue angle of 86º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78C612 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 198 | 18 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.22 |
| HSL | 86º | 0.83% | 0.42% | - |
| HSV(B) | 86º | 0.91% | 0.78% | - |
| XYZ | 28.05 | 44.42 | 7.67 | - |
| YUV | 154.16 | 51.16 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 198 | 18 | 0.39 | 0 | 0.91 | 0.22 | 86 | 0.83 | 0.42 |
| Hex | 78 | C6 | 12 | 27 | 0 | 5B | 16 | 56 | 53 | 2A |
| Octal | 170 | 306 | 22 | 47 | 0 | 133 | 26 | 126 | 123 | 52 |
| Binary | 1111000 | 11000110 | 10010 | 100111 | 0 | 1011011 | 10110 | 1010110 | 1010011 | 101010 |
Color Harmonies of #78C612
Complementary color
Monochromatic Colors of #78C612
Black with #78C612
Text Example
Text Example
White with #78C612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C612; }
p { color: rgb(120,198,18); }
H1.HeaderClassName
{
color: #78C612;
}
.AnyTagClassName
{
color: #78C612;
}
</style>
background-color css
<style>
a { background-color: #78C612; }
a { background-color: rgb(120,198,18); }
div.DivClassName
{
background-color: #78C612;
}
.BgClassName
{
background-color: #78C612;
}
</style>
border-color css
<style>
span { border-color: #78C612; }
span { border-color: rgb(120,198,18); }
td.TdClassName
{
border-color: #78C612;
}
.TagClassName
{
border-color: #78C612;
}
</style>