Shades of Lima #78CA0C
Tints of Lima #78CA0C
RGB
CMYK
RGB Variations
Color information
#78CA0C (or 0x78CA0C) is known color: Lima. HEX triplet: 78, CA and 0C. RGB value is (120,202,12). Sum of RGB (Red+Green+Blue) = 120+202+12=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 202 (79.30% from 255 or 60.48% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 202 - color contains mainly: green. Hex color #78CA0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78CA0C is #8735F3. Grayscale: #9C9C9C. Windows color (decimal): -8861172 or 838264. OLE color: 838264.
HSL color Cylindrical-coordinate representation of color #78CA0C: hue angle of 85.89º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #78CA0C is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 202 | 12 | - |
| CMYK | 0.41 | 0 | 0.94 | 0.21 |
| HSL | 85.89º | 0.89% | 0.42% | - |
| HSV(B) | 85.89º | 0.94% | 0.79% | - |
| XYZ | 28.93 | 46.26 | 7.75 | - |
| YUV | 155.82 | 46.83 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 202 | 12 | 0.41 | 0 | 0.94 | 0.21 | 85.89 | 0.89 | 0.42 |
| Hex | 78 | CA | C | 29 | 0 | 5E | 15 | 56 | 59 | 2A |
| Octal | 170 | 312 | 14 | 51 | 0 | 136 | 25 | 126 | 131 | 52 |
| Binary | 1111000 | 11001010 | 1100 | 101001 | 0 | 1011110 | 10101 | 1010110 | 1011001 | 101010 |
Color Harmonies of #78CA0C
Complementary color
Monochromatic Colors of #78CA0C
Black with #78CA0C
Text Example
Text Example
White with #78CA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CA0C; }
p { color: rgb(120,202,12); }
H1.HeaderClassName
{
color: #78CA0C;
}
.AnyTagClassName
{
color: #78CA0C;
}
</style>
background-color css
<style>
a { background-color: #78CA0C; }
a { background-color: rgb(120,202,12); }
div.DivClassName
{
background-color: #78CA0C;
}
.BgClassName
{
background-color: #78CA0C;
}
</style>
border-color css
<style>
span { border-color: #78CA0C; }
span { border-color: rgb(120,202,12); }
td.TdClassName
{
border-color: #78CA0C;
}
.TagClassName
{
border-color: #78CA0C;
}
</style>