Shades of Lima #79C013
Tints of Lima #79C013
RGB
CMYK
RGB Variations
Color information
#79C013 (or 0x79C013) is known color: Lima. HEX triplet: 79, C0 and 13. RGB value is (121,192,19). Sum of RGB (Red+Green+Blue) = 121+192+19=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 192 (75.39% from 255 or 57.83% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 192 - color contains mainly: green. Hex color #79C013 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79C013 is #863FEC. Grayscale: #979797. Windows color (decimal): -8798189 or 1294457. OLE color: 1294457.
HSL color Cylindrical-coordinate representation of color #79C013: hue angle of 84.62º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #79C013 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 192 | 19 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.25 |
| HSL | 84.62º | 0.82% | 0.41% | - |
| HSV(B) | 84.62º | 0.9% | 0.75% | - |
| XYZ | 26.85 | 41.81 | 7.27 | - |
| YUV | 151.05 | 53.48 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 192 | 19 | 0.37 | 0 | 0.90 | 0.25 | 84.62 | 0.82 | 0.41 |
| Hex | 79 | C0 | 13 | 25 | 0 | 5A | 19 | 55 | 52 | 29 |
| Octal | 171 | 300 | 23 | 45 | 0 | 132 | 31 | 125 | 122 | 51 |
| Binary | 1111001 | 11000000 | 10011 | 100101 | 0 | 1011010 | 11001 | 1010101 | 1010010 | 101001 |
Color Harmonies of #79C013
Complementary color
Monochromatic Colors of #79C013
Black with #79C013
Text Example
Text Example
White with #79C013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C013; }
p { color: rgb(121,192,19); }
H1.HeaderClassName
{
color: #79C013;
}
.AnyTagClassName
{
color: #79C013;
}
</style>
background-color css
<style>
a { background-color: #79C013; }
a { background-color: rgb(121,192,19); }
div.DivClassName
{
background-color: #79C013;
}
.BgClassName
{
background-color: #79C013;
}
</style>
border-color css
<style>
span { border-color: #79C013; }
span { border-color: rgb(121,192,19); }
td.TdClassName
{
border-color: #79C013;
}
.TagClassName
{
border-color: #79C013;
}
</style>