Shades of Lima #79C52F
Tints of Lima #79C52F
RGB
CMYK
RGB Variations
Color information
#79C52F (or 0x79C52F) is known color: Lima. HEX triplet: 79, C5 and 2F. RGB value is (121,197,47). Sum of RGB (Red+Green+Blue) = 121+197+47=365 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.15% from 365); Green value is 197 (77.34% from 255 or 53.97% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 197 - color contains mainly: green. Hex color #79C52F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79C52F is #863AD0. Grayscale: #9D9D9D. Windows color (decimal): -8796881 or 3130745. OLE color: 3130745.
HSL color Cylindrical-coordinate representation of color #79C52F: hue angle of 90.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #79C52F is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 197 | 47 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.23 |
| HSL | 90.4º | 0.61% | 0.48% | - |
| HSV(B) | 90.4º | 0.76% | 0.77% | - |
| XYZ | 28.36 | 44.2 | 9.73 | - |
| YUV | 157.18 | 65.82 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 197 | 47 | 0.39 | 0 | 0.76 | 0.23 | 90.4 | 0.61 | 0.48 |
| Hex | 79 | C5 | 2F | 27 | 0 | 4C | 17 | 5A | 3D | 30 |
| Octal | 171 | 305 | 57 | 47 | 0 | 114 | 27 | 132 | 75 | 60 |
| Binary | 1111001 | 11000101 | 101111 | 100111 | 0 | 1001100 | 10111 | 1011010 | 111101 | 110000 |
Color Harmonies of #79C52F
Complementary color
Monochromatic Colors of #79C52F
Black with #79C52F
Text Example
Text Example
White with #79C52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C52F; }
p { color: rgb(121,197,47); }
H1.HeaderClassName
{
color: #79C52F;
}
.AnyTagClassName
{
color: #79C52F;
}
</style>
background-color css
<style>
a { background-color: #79C52F; }
a { background-color: rgb(121,197,47); }
div.DivClassName
{
background-color: #79C52F;
}
.BgClassName
{
background-color: #79C52F;
}
</style>
border-color css
<style>
span { border-color: #79C52F; }
span { border-color: rgb(121,197,47); }
td.TdClassName
{
border-color: #79C52F;
}
.TagClassName
{
border-color: #79C52F;
}
</style>