Shades of Lima #78C52C
Tints of Lima #78C52C
RGB
CMYK
RGB Variations
Color information
#78C52C (or 0x78C52C) is known color: Lima. HEX triplet: 78, C5 and 2C. RGB value is (120,197,44). Sum of RGB (Red+Green+Blue) = 120+197+44=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 197 (77.34% from 255 or 54.57% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 197 - color contains mainly: green. Hex color #78C52C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C52C is #873AD3. Grayscale: #9D9D9D. Windows color (decimal): -8862420 or 2934136. OLE color: 2934136.
HSL color Cylindrical-coordinate representation of color #78C52C: hue angle of 90.2º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #78C52C is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 197 | 44 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.23 |
| HSL | 90.2º | 0.63% | 0.47% | - |
| HSV(B) | 90.2º | 0.78% | 0.77% | - |
| XYZ | 28.17 | 44.11 | 9.41 | - |
| YUV | 156.54 | 64.49 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 197 | 44 | 0.39 | 0 | 0.78 | 0.23 | 90.2 | 0.63 | 0.47 |
| Hex | 78 | C5 | 2C | 27 | 0 | 4E | 17 | 5A | 3F | 2F |
| Octal | 170 | 305 | 54 | 47 | 0 | 116 | 27 | 132 | 77 | 57 |
| Binary | 1111000 | 11000101 | 101100 | 100111 | 0 | 1001110 | 10111 | 1011010 | 111111 | 101111 |
Color Harmonies of #78C52C
Complementary color
Monochromatic Colors of #78C52C
Black with #78C52C
Text Example
Text Example
White with #78C52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C52C; }
p { color: rgb(120,197,44); }
H1.HeaderClassName
{
color: #78C52C;
}
.AnyTagClassName
{
color: #78C52C;
}
</style>
background-color css
<style>
a { background-color: #78C52C; }
a { background-color: rgb(120,197,44); }
div.DivClassName
{
background-color: #78C52C;
}
.BgClassName
{
background-color: #78C52C;
}
</style>
border-color css
<style>
span { border-color: #78C52C; }
span { border-color: rgb(120,197,44); }
td.TdClassName
{
border-color: #78C52C;
}
.TagClassName
{
border-color: #78C52C;
}
</style>