Shades of Lima #78CE20
Tints of Lima #78CE20
RGB
CMYK
RGB Variations
Color information
#78CE20 (or 0x78CE20) is known color: Lima. HEX triplet: 78, CE and 20. RGB value is (120,206,32). Sum of RGB (Red+Green+Blue) = 120+206+32=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 206 (80.86% from 255 or 57.54% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CE20 is #8731DF. Grayscale: #A1A1A1. Windows color (decimal): -8860128 or 2150008. OLE color: 2150008.
HSL color Cylindrical-coordinate representation of color #78CE20: hue angle of 89.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #78CE20 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 32 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.19 |
| HSL | 89.66º | 0.73% | 0.47% | - |
| HSV(B) | 89.66º | 0.84% | 0.81% | - |
| XYZ | 30.08 | 48.24 | 9.09 | - |
| YUV | 160.45 | 55.51 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 32 | 0.42 | 0 | 0.84 | 0.19 | 89.66 | 0.73 | 0.47 |
| Hex | 78 | CE | 20 | 2A | 0 | 54 | 13 | 5A | 49 | 2F |
| Octal | 170 | 316 | 40 | 52 | 0 | 124 | 23 | 132 | 111 | 57 |
| Binary | 1111000 | 11001110 | 100000 | 101010 | 0 | 1010100 | 10011 | 1011010 | 1001001 | 101111 |
Color Harmonies of #78CE20
Complementary color
Monochromatic Colors of #78CE20
Black with #78CE20
Text Example
Text Example
White with #78CE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CE20; }
p { color: rgb(120,206,32); }
H1.HeaderClassName
{
color: #78CE20;
}
.AnyTagClassName
{
color: #78CE20;
}
</style>
background-color css
<style>
a { background-color: #78CE20; }
a { background-color: rgb(120,206,32); }
div.DivClassName
{
background-color: #78CE20;
}
.BgClassName
{
background-color: #78CE20;
}
</style>
border-color css
<style>
span { border-color: #78CE20; }
span { border-color: rgb(120,206,32); }
td.TdClassName
{
border-color: #78CE20;
}
.TagClassName
{
border-color: #78CE20;
}
</style>