Shades of Lima #78CC1E
Tints of Lima #78CC1E
RGB
CMYK
RGB Variations
Color information
#78CC1E (or 0x78CC1E) is known color: Lima. HEX triplet: 78, CC and 1E. RGB value is (120,204,30). Sum of RGB (Red+Green+Blue) = 120+204+30=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 204 (80.08% from 255 or 57.63% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 204 - color contains mainly: green. Hex color #78CC1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CC1E is #8733E1. Grayscale: #9F9F9F. Windows color (decimal): -8860642 or 2018424. OLE color: 2018424.
HSL color Cylindrical-coordinate representation of color #78CC1E: hue angle of 88.97º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #78CC1E is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 204 | 30 | - |
| CMYK | 0.41 | 0 | 0.85 | 0.2 |
| HSL | 88.97º | 0.74% | 0.46% | - |
| HSV(B) | 88.97º | 0.85% | 0.8% | - |
| XYZ | 29.57 | 47.27 | 8.79 | - |
| YUV | 159.05 | 55.17 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 204 | 30 | 0.41 | 0 | 0.85 | 0.2 | 88.97 | 0.74 | 0.46 |
| Hex | 78 | CC | 1E | 29 | 0 | 55 | 14 | 59 | 4A | 2E |
| Octal | 170 | 314 | 36 | 51 | 0 | 125 | 24 | 131 | 112 | 56 |
| Binary | 1111000 | 11001100 | 11110 | 101001 | 0 | 1010101 | 10100 | 1011001 | 1001010 | 101110 |
Color Harmonies of #78CC1E
Complementary color
Monochromatic Colors of #78CC1E
Black with #78CC1E
Text Example
Text Example
White with #78CC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CC1E; }
p { color: rgb(120,204,30); }
H1.HeaderClassName
{
color: #78CC1E;
}
.AnyTagClassName
{
color: #78CC1E;
}
</style>
background-color css
<style>
a { background-color: #78CC1E; }
a { background-color: rgb(120,204,30); }
div.DivClassName
{
background-color: #78CC1E;
}
.BgClassName
{
background-color: #78CC1E;
}
</style>
border-color css
<style>
span { border-color: #78CC1E; }
span { border-color: rgb(120,204,30); }
td.TdClassName
{
border-color: #78CC1E;
}
.TagClassName
{
border-color: #78CC1E;
}
</style>