Shades of Lima #78CA32
Tints of Lima #78CA32
RGB
CMYK
RGB Variations
Color information
#78CA32 (or 0x78CA32) is known color: Lima. HEX triplet: 78, CA and 32. RGB value is (120,202,50). Sum of RGB (Red+Green+Blue) = 120+202+50=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 202 (79.30% from 255 or 54.30% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 202 - color contains mainly: green. Hex color #78CA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CA32 is #8735CD. Grayscale: #A0A0A0. Windows color (decimal): -8861134 or 3328632. OLE color: 3328632.
HSL color Cylindrical-coordinate representation of color #78CA32: hue angle of 92.37º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78CA32 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 202 | 50 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.21 |
| HSL | 92.37º | 0.6% | 0.49% | - |
| HSV(B) | 92.37º | 0.75% | 0.79% | - |
| XYZ | 29.44 | 46.46 | 10.43 | - |
| YUV | 160.15 | 65.83 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 202 | 50 | 0.41 | 0 | 0.75 | 0.21 | 92.37 | 0.6 | 0.49 |
| Hex | 78 | CA | 32 | 29 | 0 | 4B | 15 | 5C | 3C | 31 |
| Octal | 170 | 312 | 62 | 51 | 0 | 113 | 25 | 134 | 74 | 61 |
| Binary | 1111000 | 11001010 | 110010 | 101001 | 0 | 1001011 | 10101 | 1011100 | 111100 | 110001 |
Color Harmonies of #78CA32
Complementary color
Monochromatic Colors of #78CA32
Black with #78CA32
Text Example
Text Example
White with #78CA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CA32; }
p { color: rgb(120,202,50); }
H1.HeaderClassName
{
color: #78CA32;
}
.AnyTagClassName
{
color: #78CA32;
}
</style>
background-color css
<style>
a { background-color: #78CA32; }
a { background-color: rgb(120,202,50); }
div.DivClassName
{
background-color: #78CA32;
}
.BgClassName
{
background-color: #78CA32;
}
</style>
border-color css
<style>
span { border-color: #78CA32; }
span { border-color: rgb(120,202,50); }
td.TdClassName
{
border-color: #78CA32;
}
.TagClassName
{
border-color: #78CA32;
}
</style>