Shades of Lima #78CC20
Tints of Lima #78CC20
RGB
CMYK
RGB Variations
Color information
#78CC20 (or 0x78CC20) is known color: Lima. HEX triplet: 78, CC and 20. RGB value is (120,204,32). Sum of RGB (Red+Green+Blue) = 120+204+32=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 204 (80.08% from 255 or 57.30% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 204 - color contains mainly: green. Hex color #78CC20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CC20 is #8733DF. Grayscale: #9F9F9F. Windows color (decimal): -8860640 or 2149496. OLE color: 2149496.
HSL color Cylindrical-coordinate representation of color #78CC20: hue angle of 89.3º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #78CC20 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 204 | 32 | - |
| CMYK | 0.41 | 0 | 0.84 | 0.2 |
| HSL | 89.3º | 0.73% | 0.46% | - |
| HSV(B) | 89.3º | 0.84% | 0.8% | - |
| XYZ | 29.6 | 47.28 | 8.93 | - |
| YUV | 159.28 | 56.17 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 204 | 32 | 0.41 | 0 | 0.84 | 0.2 | 89.3 | 0.73 | 0.46 |
| Hex | 78 | CC | 20 | 29 | 0 | 54 | 14 | 59 | 49 | 2E |
| Octal | 170 | 314 | 40 | 51 | 0 | 124 | 24 | 131 | 111 | 56 |
| Binary | 1111000 | 11001100 | 100000 | 101001 | 0 | 1010100 | 10100 | 1011001 | 1001001 | 101110 |
Color Harmonies of #78CC20
Complementary color
Monochromatic Colors of #78CC20
Black with #78CC20
Text Example
Text Example
White with #78CC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CC20; }
p { color: rgb(120,204,32); }
H1.HeaderClassName
{
color: #78CC20;
}
.AnyTagClassName
{
color: #78CC20;
}
</style>
background-color css
<style>
a { background-color: #78CC20; }
a { background-color: rgb(120,204,32); }
div.DivClassName
{
background-color: #78CC20;
}
.BgClassName
{
background-color: #78CC20;
}
</style>
border-color css
<style>
span { border-color: #78CC20; }
span { border-color: rgb(120,204,32); }
td.TdClassName
{
border-color: #78CC20;
}
.TagClassName
{
border-color: #78CC20;
}
</style>