Shades of Lima #79C92D
Tints of Lima #79C92D
RGB
CMYK
RGB Variations
Color information
#79C92D (or 0x79C92D) is known color: Lima. HEX triplet: 79, C9 and 2D. RGB value is (121,201,45). Sum of RGB (Red+Green+Blue) = 121+201+45=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 201 (78.91% from 255 or 54.77% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 201 - color contains mainly: green. Hex color #79C92D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79C92D is #8636D2. Grayscale: #9F9F9F. Windows color (decimal): -8795859 or 3000697. OLE color: 3000697.
HSL color Cylindrical-coordinate representation of color #79C92D: hue angle of 90.77º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #79C92D is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 201 | 45 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.21 |
| HSL | 90.77º | 0.63% | 0.48% | - |
| HSV(B) | 90.77º | 0.78% | 0.79% | - |
| XYZ | 29.25 | 46.03 | 9.83 | - |
| YUV | 159.3 | 63.5 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 201 | 45 | 0.40 | 0 | 0.78 | 0.21 | 90.77 | 0.63 | 0.48 |
| Hex | 79 | C9 | 2D | 28 | 0 | 4E | 15 | 5B | 3F | 30 |
| Octal | 171 | 311 | 55 | 50 | 0 | 116 | 25 | 133 | 77 | 60 |
| Binary | 1111001 | 11001001 | 101101 | 101000 | 0 | 1001110 | 10101 | 1011011 | 111111 | 110000 |
Color Harmonies of #79C92D
Complementary color
Monochromatic Colors of #79C92D
Black with #79C92D
Text Example
Text Example
White with #79C92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C92D; }
p { color: rgb(121,201,45); }
H1.HeaderClassName
{
color: #79C92D;
}
.AnyTagClassName
{
color: #79C92D;
}
</style>
background-color css
<style>
a { background-color: #79C92D; }
a { background-color: rgb(121,201,45); }
div.DivClassName
{
background-color: #79C92D;
}
.BgClassName
{
background-color: #79C92D;
}
</style>
border-color css
<style>
span { border-color: #79C92D; }
span { border-color: rgb(121,201,45); }
td.TdClassName
{
border-color: #79C92D;
}
.TagClassName
{
border-color: #79C92D;
}
</style>