Shades of Lima #78C22E
Tints of Lima #78C22E
RGB
CMYK
RGB Variations
Color information
#78C22E (or 0x78C22E) is known color: Lima. HEX triplet: 78, C2 and 2E. RGB value is (120,194,46). Sum of RGB (Red+Green+Blue) = 120+194+46=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 194 (76.17% from 255 or 53.89% from 360); Blue value is 46 (18.36% from 255 or 12.78% from 360); Max value from RGB is 194 - color contains mainly: green. Hex color #78C22E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C22E is #873DD1. Grayscale: #9B9B9B. Windows color (decimal): -8863186 or 3064440. OLE color: 3064440.
HSL color Cylindrical-coordinate representation of color #78C22E: hue angle of 90º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #78C22E is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 194 | 46 | - |
| CMYK | 0.38 | 0 | 0.76 | 0.24 |
| HSL | 90º | 0.62% | 0.47% | - |
| HSV(B) | 90º | 0.76% | 0.76% | - |
| XYZ | 27.53 | 42.77 | 9.39 | - |
| YUV | 155 | 66.48 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 194 | 46 | 0.38 | 0 | 0.76 | 0.24 | 90 | 0.62 | 0.47 |
| Hex | 78 | C2 | 2E | 26 | 0 | 4C | 18 | 5A | 3E | 2F |
| Octal | 170 | 302 | 56 | 46 | 0 | 114 | 30 | 132 | 76 | 57 |
| Binary | 1111000 | 11000010 | 101110 | 100110 | 0 | 1001100 | 11000 | 1011010 | 111110 | 101111 |
Color Harmonies of #78C22E
Complementary color
Monochromatic Colors of #78C22E
Black with #78C22E
Text Example
Text Example
White with #78C22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C22E; }
p { color: rgb(120,194,46); }
H1.HeaderClassName
{
color: #78C22E;
}
.AnyTagClassName
{
color: #78C22E;
}
</style>
background-color css
<style>
a { background-color: #78C22E; }
a { background-color: rgb(120,194,46); }
div.DivClassName
{
background-color: #78C22E;
}
.BgClassName
{
background-color: #78C22E;
}
</style>
border-color css
<style>
span { border-color: #78C22E; }
span { border-color: rgb(120,194,46); }
td.TdClassName
{
border-color: #78C22E;
}
.TagClassName
{
border-color: #78C22E;
}
</style>