Shades of Lima #78C033
Tints of Lima #78C033
RGB
CMYK
RGB Variations
Color information
#78C033 (or 0x78C033) is known color: Lima. HEX triplet: 78, C0 and 33. RGB value is (120,192,51). Sum of RGB (Red+Green+Blue) = 120+192+51=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #78C033 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C033 is #873FCC. Grayscale: #9A9A9A. Windows color (decimal): -8863693 or 3391608. OLE color: 3391608.
HSL color Cylindrical-coordinate representation of color #78C033: hue angle of 90.64º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78C033 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 51 | - |
| CMYK | 0.38 | 0 | 0.73 | 0.25 |
| HSL | 90.64º | 0.58% | 0.48% | - |
| HSV(B) | 90.64º | 0.73% | 0.75% | - |
| XYZ | 27.19 | 41.93 | 9.79 | - |
| YUV | 154.4 | 69.65 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 51 | 0.38 | 0 | 0.73 | 0.25 | 90.64 | 0.58 | 0.48 |
| Hex | 78 | C0 | 33 | 26 | 0 | 49 | 19 | 5B | 3A | 30 |
| Octal | 170 | 300 | 63 | 46 | 0 | 111 | 31 | 133 | 72 | 60 |
| Binary | 1111000 | 11000000 | 110011 | 100110 | 0 | 1001001 | 11001 | 1011011 | 111010 | 110000 |
Color Harmonies of #78C033
Complementary color
Monochromatic Colors of #78C033
Black with #78C033
Text Example
Text Example
White with #78C033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C033; }
p { color: rgb(120,192,51); }
H1.HeaderClassName
{
color: #78C033;
}
.AnyTagClassName
{
color: #78C033;
}
</style>
background-color css
<style>
a { background-color: #78C033; }
a { background-color: rgb(120,192,51); }
div.DivClassName
{
background-color: #78C033;
}
.BgClassName
{
background-color: #78C033;
}
</style>
border-color css
<style>
span { border-color: #78C033; }
span { border-color: rgb(120,192,51); }
td.TdClassName
{
border-color: #78C033;
}
.TagClassName
{
border-color: #78C033;
}
</style>