Shades of Lima #79C82B
Tints of Lima #79C82B
RGB
CMYK
RGB Variations
Color information
#79C82B (or 0x79C82B) is known color: Lima. HEX triplet: 79, C8 and 2B. RGB value is (121,200,43). Sum of RGB (Red+Green+Blue) = 121+200+43=364 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.24% from 364); Green value is 200 (78.52% from 255 or 54.95% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 200 - color contains mainly: green. Hex color #79C82B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79C82B is #8637D4. Grayscale: #9F9F9F. Windows color (decimal): -8796117 or 2869369. OLE color: 2869369.
HSL color Cylindrical-coordinate representation of color #79C82B: hue angle of 90.19º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #79C82B is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 121 | 200 | 43 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.22 |
| HSL | 90.19º | 0.65% | 0.48% | - |
| HSV(B) | 90.19º | 0.79% | 0.78% | - |
| XYZ | 28.98 | 45.55 | 9.55 | - |
| YUV | 158.48 | 62.83 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 200 | 43 | 0.39 | 0 | 0.78 | 0.22 | 90.19 | 0.65 | 0.48 |
| Hex | 79 | C8 | 2B | 27 | 0 | 4E | 16 | 5A | 41 | 30 |
| Octal | 171 | 310 | 53 | 47 | 0 | 116 | 26 | 132 | 101 | 60 |
| Binary | 1111001 | 11001000 | 101011 | 100111 | 0 | 1001110 | 10110 | 1011010 | 1000001 | 110000 |
Color Harmonies of #79C82B
Complementary color
Monochromatic Colors of #79C82B
Black with #79C82B
Text Example
Text Example
White with #79C82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C82B; }
p { color: rgb(121,200,43); }
H1.HeaderClassName
{
color: #79C82B;
}
.AnyTagClassName
{
color: #79C82B;
}
</style>
background-color css
<style>
a { background-color: #79C82B; }
a { background-color: rgb(121,200,43); }
div.DivClassName
{
background-color: #79C82B;
}
.BgClassName
{
background-color: #79C82B;
}
</style>
border-color css
<style>
span { border-color: #79C82B; }
span { border-color: rgb(121,200,43); }
td.TdClassName
{
border-color: #79C82B;
}
.TagClassName
{
border-color: #79C82B;
}
</style>