Shades of Lima #78C92E
Tints of Lima #78C92E
RGB
CMYK
RGB Variations
Color information
#78C92E (or 0x78C92E) is known color: Lima. HEX triplet: 78, C9 and 2E. RGB value is (120,201,46). Sum of RGB (Red+Green+Blue) = 120+201+46=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 201 (78.91% from 255 or 54.77% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 201 - color contains mainly: green. Hex color #78C92E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C92E is #8736D1. Grayscale: #9F9F9F. Windows color (decimal): -8861394 or 3066232. OLE color: 3066232.
HSL color Cylindrical-coordinate representation of color #78C92E: hue angle of 91.35º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78C92E is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 201 | 46 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.21 |
| HSL | 91.35º | 0.63% | 0.48% | - |
| HSV(B) | 91.35º | 0.77% | 0.79% | - |
| XYZ | 29.13 | 45.96 | 9.92 | - |
| YUV | 159.11 | 64.16 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 201 | 46 | 0.40 | 0 | 0.77 | 0.21 | 91.35 | 0.63 | 0.48 |
| Hex | 78 | C9 | 2E | 28 | 0 | 4D | 15 | 5B | 3F | 30 |
| Octal | 170 | 311 | 56 | 50 | 0 | 115 | 25 | 133 | 77 | 60 |
| Binary | 1111000 | 11001001 | 101110 | 101000 | 0 | 1001101 | 10101 | 1011011 | 111111 | 110000 |
Color Harmonies of #78C92E
Complementary color
Monochromatic Colors of #78C92E
Black with #78C92E
Text Example
Text Example
White with #78C92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C92E; }
p { color: rgb(120,201,46); }
H1.HeaderClassName
{
color: #78C92E;
}
.AnyTagClassName
{
color: #78C92E;
}
</style>
background-color css
<style>
a { background-color: #78C92E; }
a { background-color: rgb(120,201,46); }
div.DivClassName
{
background-color: #78C92E;
}
.BgClassName
{
background-color: #78C92E;
}
</style>
border-color css
<style>
span { border-color: #78C92E; }
span { border-color: rgb(120,201,46); }
td.TdClassName
{
border-color: #78C92E;
}
.TagClassName
{
border-color: #78C92E;
}
</style>