Shades of Lima #78BC37
Tints of Lima #78BC37
RGB
CMYK
RGB Variations
Color information
#78BC37 (or 0x78BC37) is known color: Lima. HEX triplet: 78, BC and 37. RGB value is (120,188,55). Sum of RGB (Red+Green+Blue) = 120+188+55=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 55 (21.88% from 255 or 15.15% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BC37 is #8743C8. Grayscale: #989898. Windows color (decimal): -8864713 or 3652728. OLE color: 3652728.
HSL color Cylindrical-coordinate representation of color #78BC37: hue angle of 90.68º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #78BC37 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 188 | 55 | - |
| CMYK | 0.36 | 0 | 0.71 | 0.26 |
| HSL | 90.68º | 0.55% | 0.48% | - |
| HSV(B) | 90.68º | 0.71% | 0.74% | - |
| XYZ | 26.42 | 40.24 | 9.99 | - |
| YUV | 152.51 | 72.97 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 188 | 55 | 0.36 | 0 | 0.71 | 0.26 | 90.68 | 0.55 | 0.48 |
| Hex | 78 | BC | 37 | 24 | 0 | 47 | 1A | 5B | 37 | 30 |
| Octal | 170 | 274 | 67 | 44 | 0 | 107 | 32 | 133 | 67 | 60 |
| Binary | 1111000 | 10111100 | 110111 | 100100 | 0 | 1000111 | 11010 | 1011011 | 110111 | 110000 |
Color Harmonies of #78BC37
Complementary color
Monochromatic Colors of #78BC37
Black with #78BC37
Text Example
Text Example
White with #78BC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BC37; }
p { color: rgb(120,188,55); }
H1.HeaderClassName
{
color: #78BC37;
}
.AnyTagClassName
{
color: #78BC37;
}
</style>
background-color css
<style>
a { background-color: #78BC37; }
a { background-color: rgb(120,188,55); }
div.DivClassName
{
background-color: #78BC37;
}
.BgClassName
{
background-color: #78BC37;
}
</style>
border-color css
<style>
span { border-color: #78BC37; }
span { border-color: rgb(120,188,55); }
td.TdClassName
{
border-color: #78BC37;
}
.TagClassName
{
border-color: #78BC37;
}
</style>