Shades of Lima #79C021
Tints of Lima #79C021
RGB
CMYK
RGB Variations
Color information
#79C021 (or 0x79C021) is known color: Lima. HEX triplet: 79, C0 and 21. RGB value is (121,192,33). Sum of RGB (Red+Green+Blue) = 121+192+33=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #79C021 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79C021 is #863FDE. Grayscale: #999999. Windows color (decimal): -8798175 or 2211961. OLE color: 2211961.
HSL color Cylindrical-coordinate representation of color #79C021: hue angle of 86.79º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #79C021 is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 192 | 33 | - |
| CMYK | 0.37 | 0 | 0.83 | 0.25 |
| HSL | 86.79º | 0.71% | 0.44% | - |
| HSV(B) | 86.79º | 0.83% | 0.75% | - |
| XYZ | 27.01 | 41.87 | 8.1 | - |
| YUV | 152.65 | 60.48 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 192 | 33 | 0.37 | 0 | 0.83 | 0.25 | 86.79 | 0.71 | 0.44 |
| Hex | 79 | C0 | 21 | 25 | 0 | 53 | 19 | 57 | 47 | 2C |
| Octal | 171 | 300 | 41 | 45 | 0 | 123 | 31 | 127 | 107 | 54 |
| Binary | 1111001 | 11000000 | 100001 | 100101 | 0 | 1010011 | 11001 | 1010111 | 1000111 | 101100 |
Color Harmonies of #79C021
Complementary color
Monochromatic Colors of #79C021
Black with #79C021
Text Example
Text Example
White with #79C021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C021; }
p { color: rgb(121,192,33); }
H1.HeaderClassName
{
color: #79C021;
}
.AnyTagClassName
{
color: #79C021;
}
</style>
background-color css
<style>
a { background-color: #79C021; }
a { background-color: rgb(121,192,33); }
div.DivClassName
{
background-color: #79C021;
}
.BgClassName
{
background-color: #79C021;
}
</style>
border-color css
<style>
span { border-color: #79C021; }
span { border-color: rgb(121,192,33); }
td.TdClassName
{
border-color: #79C021;
}
.TagClassName
{
border-color: #79C021;
}
</style>