Shades of Lima #78C931
Tints of Lima #78C931
RGB
CMYK
RGB Variations
Color information
#78C931 (or 0x78C931) is known color: Lima. HEX triplet: 78, C9 and 31. RGB value is (120,201,49). Sum of RGB (Red+Green+Blue) = 120+201+49=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 201 (78.91% from 255 or 54.32% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 201 - color contains mainly: green. Hex color #78C931 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C931 is #8736CE. Grayscale: #9F9F9F. Windows color (decimal): -8861391 or 3262840. OLE color: 3262840.
HSL color Cylindrical-coordinate representation of color #78C931: hue angle of 91.97º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #78C931 is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 201 | 49 | - |
| CMYK | 0.40 | 0 | 0.76 | 0.21 |
| HSL | 91.97º | 0.61% | 0.49% | - |
| HSV(B) | 91.97º | 0.76% | 0.79% | - |
| XYZ | 29.19 | 45.99 | 10.24 | - |
| YUV | 159.45 | 65.66 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 201 | 49 | 0.40 | 0 | 0.76 | 0.21 | 91.97 | 0.61 | 0.49 |
| Hex | 78 | C9 | 31 | 28 | 0 | 4C | 15 | 5C | 3D | 31 |
| Octal | 170 | 311 | 61 | 50 | 0 | 114 | 25 | 134 | 75 | 61 |
| Binary | 1111000 | 11001001 | 110001 | 101000 | 0 | 1001100 | 10101 | 1011100 | 111101 | 110001 |
Color Harmonies of #78C931
Complementary color
Monochromatic Colors of #78C931
Black with #78C931
Text Example
Text Example
White with #78C931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C931; }
p { color: rgb(120,201,49); }
H1.HeaderClassName
{
color: #78C931;
}
.AnyTagClassName
{
color: #78C931;
}
</style>
background-color css
<style>
a { background-color: #78C931; }
a { background-color: rgb(120,201,49); }
div.DivClassName
{
background-color: #78C931;
}
.BgClassName
{
background-color: #78C931;
}
</style>
border-color css
<style>
span { border-color: #78C931; }
span { border-color: rgb(120,201,49); }
td.TdClassName
{
border-color: #78C931;
}
.TagClassName
{
border-color: #78C931;
}
</style>