Shades of Lima #79C12C
Tints of Lima #79C12C
RGB
CMYK
RGB Variations
Color information
#79C12C (or 0x79C12C) is known color: Lima. HEX triplet: 79, C1 and 2C. RGB value is (121,193,44). Sum of RGB (Red+Green+Blue) = 121+193+44=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 193 (75.78% from 255 or 53.91% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 193 - color contains mainly: green. Hex color #79C12C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79C12C is #863ED3. Grayscale: #9B9B9B. Windows color (decimal): -8797908 or 2933113. OLE color: 2933113.
HSL color Cylindrical-coordinate representation of color #79C12C: hue angle of 88.99º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #79C12C is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 193 | 44 | - |
| CMYK | 0.37 | 0 | 0.77 | 0.24 |
| HSL | 88.99º | 0.63% | 0.46% | - |
| HSV(B) | 88.99º | 0.77% | 0.76% | - |
| XYZ | 27.41 | 42.39 | 9.12 | - |
| YUV | 154.49 | 65.65 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 193 | 44 | 0.37 | 0 | 0.77 | 0.24 | 88.99 | 0.63 | 0.46 |
| Hex | 79 | C1 | 2C | 25 | 0 | 4D | 18 | 59 | 3F | 2E |
| Octal | 171 | 301 | 54 | 45 | 0 | 115 | 30 | 131 | 77 | 56 |
| Binary | 1111001 | 11000001 | 101100 | 100101 | 0 | 1001101 | 11000 | 1011001 | 111111 | 101110 |
Color Harmonies of #79C12C
Complementary color
Monochromatic Colors of #79C12C
Black with #79C12C
Text Example
Text Example
White with #79C12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C12C; }
p { color: rgb(121,193,44); }
H1.HeaderClassName
{
color: #79C12C;
}
.AnyTagClassName
{
color: #79C12C;
}
</style>
background-color css
<style>
a { background-color: #79C12C; }
a { background-color: rgb(121,193,44); }
div.DivClassName
{
background-color: #79C12C;
}
.BgClassName
{
background-color: #79C12C;
}
</style>
border-color css
<style>
span { border-color: #79C12C; }
span { border-color: rgb(121,193,44); }
td.TdClassName
{
border-color: #79C12C;
}
.TagClassName
{
border-color: #79C12C;
}
</style>