Shades of Lima #79C92F
Tints of Lima #79C92F
RGB
CMYK
RGB Variations
Color information
#79C92F (or 0x79C92F) is known color: Lima. HEX triplet: 79, C9 and 2F. RGB value is (121,201,47). Sum of RGB (Red+Green+Blue) = 121+201+47=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 201 (78.91% from 255 or 54.47% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 201 - color contains mainly: green. Hex color #79C92F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79C92F is #8636D0. Grayscale: #A0A0A0. Windows color (decimal): -8795857 or 3131769. OLE color: 3131769.
HSL color Cylindrical-coordinate representation of color #79C92F: hue angle of 91.17º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #79C92F is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 201 | 47 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.21 |
| HSL | 91.17º | 0.62% | 0.49% | - |
| HSV(B) | 91.17º | 0.77% | 0.79% | - |
| XYZ | 29.28 | 46.04 | 10.03 | - |
| YUV | 159.52 | 64.5 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 201 | 47 | 0.40 | 0 | 0.77 | 0.21 | 91.17 | 0.62 | 0.49 |
| Hex | 79 | C9 | 2F | 28 | 0 | 4D | 15 | 5B | 3E | 31 |
| Octal | 171 | 311 | 57 | 50 | 0 | 115 | 25 | 133 | 76 | 61 |
| Binary | 1111001 | 11001001 | 101111 | 101000 | 0 | 1001101 | 10101 | 1011011 | 111110 | 110001 |
Color Harmonies of #79C92F
Complementary color
Monochromatic Colors of #79C92F
Black with #79C92F
Text Example
Text Example
White with #79C92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C92F; }
p { color: rgb(121,201,47); }
H1.HeaderClassName
{
color: #79C92F;
}
.AnyTagClassName
{
color: #79C92F;
}
</style>
background-color css
<style>
a { background-color: #79C92F; }
a { background-color: rgb(121,201,47); }
div.DivClassName
{
background-color: #79C92F;
}
.BgClassName
{
background-color: #79C92F;
}
</style>
border-color css
<style>
span { border-color: #79C92F; }
span { border-color: rgb(121,201,47); }
td.TdClassName
{
border-color: #79C92F;
}
.TagClassName
{
border-color: #79C92F;
}
</style>