Shades of Lima #78BA36
Tints of Lima #78BA36
RGB
CMYK
RGB Variations
Color information
#78BA36 (or 0x78BA36) is known color: Lima. HEX triplet: 78, BA and 36. RGB value is (120,186,54). Sum of RGB (Red+Green+Blue) = 120+186+54=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BA36 is #8745C9. Grayscale: #979797. Windows color (decimal): -8865226 or 3586680. OLE color: 3586680.
HSL color Cylindrical-coordinate representation of color #78BA36: hue angle of 90º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #78BA36 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 186 | 54 | - |
| CMYK | 0.35 | 0 | 0.71 | 0.27 |
| HSL | 90º | 0.55% | 0.47% | - |
| HSV(B) | 90º | 0.71% | 0.73% | - |
| XYZ | 25.97 | 39.38 | 9.72 | - |
| YUV | 151.22 | 73.13 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 54 | 0.35 | 0 | 0.71 | 0.27 | 90 | 0.55 | 0.47 |
| Hex | 78 | BA | 36 | 23 | 0 | 47 | 1B | 5A | 37 | 2F |
| Octal | 170 | 272 | 66 | 43 | 0 | 107 | 33 | 132 | 67 | 57 |
| Binary | 1111000 | 10111010 | 110110 | 100011 | 0 | 1000111 | 11011 | 1011010 | 110111 | 101111 |
Color Harmonies of #78BA36
Complementary color
Monochromatic Colors of #78BA36
Black with #78BA36
Text Example
Text Example
White with #78BA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BA36; }
p { color: rgb(120,186,54); }
H1.HeaderClassName
{
color: #78BA36;
}
.AnyTagClassName
{
color: #78BA36;
}
</style>
background-color css
<style>
a { background-color: #78BA36; }
a { background-color: rgb(120,186,54); }
div.DivClassName
{
background-color: #78BA36;
}
.BgClassName
{
background-color: #78BA36;
}
</style>
border-color css
<style>
span { border-color: #78BA36; }
span { border-color: rgb(120,186,54); }
td.TdClassName
{
border-color: #78BA36;
}
.TagClassName
{
border-color: #78BA36;
}
</style>