Shades of Lima #78C01E
Tints of Lima #78C01E
RGB
CMYK
RGB Variations
Color information
#78C01E (or 0x78C01E) is known color: Lima. HEX triplet: 78, C0 and 1E. RGB value is (120,192,30). Sum of RGB (Red+Green+Blue) = 120+192+30=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 192 (75.39% from 255 or 56.14% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 192 - color contains mainly: green. Hex color #78C01E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C01E is #873FE1. Grayscale: #989898. Windows color (decimal): -8863714 or 2015352. OLE color: 2015352.
HSL color Cylindrical-coordinate representation of color #78C01E: hue angle of 86.67º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #78C01E is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 30 | - |
| CMYK | 0.38 | 0 | 0.84 | 0.25 |
| HSL | 86.67º | 0.73% | 0.44% | - |
| HSV(B) | 86.67º | 0.84% | 0.75% | - |
| XYZ | 26.83 | 41.79 | 7.88 | - |
| YUV | 152 | 59.15 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 30 | 0.38 | 0 | 0.84 | 0.25 | 86.67 | 0.73 | 0.44 |
| Hex | 78 | C0 | 1E | 26 | 0 | 54 | 19 | 57 | 49 | 2C |
| Octal | 170 | 300 | 36 | 46 | 0 | 124 | 31 | 127 | 111 | 54 |
| Binary | 1111000 | 11000000 | 11110 | 100110 | 0 | 1010100 | 11001 | 1010111 | 1001001 | 101100 |
Color Harmonies of #78C01E
Complementary color
Monochromatic Colors of #78C01E
Black with #78C01E
Text Example
Text Example
White with #78C01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C01E; }
p { color: rgb(120,192,30); }
H1.HeaderClassName
{
color: #78C01E;
}
.AnyTagClassName
{
color: #78C01E;
}
</style>
background-color css
<style>
a { background-color: #78C01E; }
a { background-color: rgb(120,192,30); }
div.DivClassName
{
background-color: #78C01E;
}
.BgClassName
{
background-color: #78C01E;
}
</style>
border-color css
<style>
span { border-color: #78C01E; }
span { border-color: rgb(120,192,30); }
td.TdClassName
{
border-color: #78C01E;
}
.TagClassName
{
border-color: #78C01E;
}
</style>