Shades of Lima #78BA33
Tints of Lima #78BA33
RGB
CMYK
RGB Variations
Color information
#78BA33 (or 0x78BA33) is known color: Lima. HEX triplet: 78, BA and 33. RGB value is (120,186,51). Sum of RGB (Red+Green+Blue) = 120+186+51=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BA33 is #8745CC. Grayscale: #979797. Windows color (decimal): -8865229 or 3390072. OLE color: 3390072.
HSL color Cylindrical-coordinate representation of color #78BA33: hue angle of 89.33º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78BA33 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 186 | 51 | - |
| CMYK | 0.35 | 0 | 0.73 | 0.27 |
| HSL | 89.33º | 0.57% | 0.46% | - |
| HSV(B) | 89.33º | 0.73% | 0.73% | - |
| XYZ | 25.9 | 39.35 | 9.36 | - |
| YUV | 150.88 | 71.63 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 51 | 0.35 | 0 | 0.73 | 0.27 | 89.33 | 0.57 | 0.46 |
| Hex | 78 | BA | 33 | 23 | 0 | 49 | 1B | 59 | 39 | 2E |
| Octal | 170 | 272 | 63 | 43 | 0 | 111 | 33 | 131 | 71 | 56 |
| Binary | 1111000 | 10111010 | 110011 | 100011 | 0 | 1001001 | 11011 | 1011001 | 111001 | 101110 |
Color Harmonies of #78BA33
Complementary color
Monochromatic Colors of #78BA33
Black with #78BA33
Text Example
Text Example
White with #78BA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BA33; }
p { color: rgb(120,186,51); }
H1.HeaderClassName
{
color: #78BA33;
}
.AnyTagClassName
{
color: #78BA33;
}
</style>
background-color css
<style>
a { background-color: #78BA33; }
a { background-color: rgb(120,186,51); }
div.DivClassName
{
background-color: #78BA33;
}
.BgClassName
{
background-color: #78BA33;
}
</style>
border-color css
<style>
span { border-color: #78BA33; }
span { border-color: rgb(120,186,51); }
td.TdClassName
{
border-color: #78BA33;
}
.TagClassName
{
border-color: #78BA33;
}
</style>