Shades of Lima #79BD2E
Tints of Lima #79BD2E
RGB
CMYK
RGB Variations
Color information
#79BD2E (or 0x79BD2E) is known color: Lima. HEX triplet: 79, BD and 2E. RGB value is (121,189,46). Sum of RGB (Red+Green+Blue) = 121+189+46=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #79BD2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79BD2E is #8642D1. Grayscale: #989898. Windows color (decimal): -8798930 or 3063161. OLE color: 3063161.
HSL color Cylindrical-coordinate representation of color #79BD2E: hue angle of 88.53º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #79BD2E is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 189 | 46 | - |
| CMYK | 0.36 | 0 | 0.76 | 0.26 |
| HSL | 88.53º | 0.61% | 0.46% | - |
| HSV(B) | 88.53º | 0.76% | 0.74% | - |
| XYZ | 26.58 | 40.66 | 9.03 | - |
| YUV | 152.37 | 67.97 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 189 | 46 | 0.36 | 0 | 0.76 | 0.26 | 88.53 | 0.61 | 0.46 |
| Hex | 79 | BD | 2E | 24 | 0 | 4C | 1A | 59 | 3D | 2E |
| Octal | 171 | 275 | 56 | 44 | 0 | 114 | 32 | 131 | 75 | 56 |
| Binary | 1111001 | 10111101 | 101110 | 100100 | 0 | 1001100 | 11010 | 1011001 | 111101 | 101110 |
Color Harmonies of #79BD2E
Complementary color
Monochromatic Colors of #79BD2E
Black with #79BD2E
Text Example
Text Example
White with #79BD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BD2E; }
p { color: rgb(121,189,46); }
H1.HeaderClassName
{
color: #79BD2E;
}
.AnyTagClassName
{
color: #79BD2E;
}
</style>
background-color css
<style>
a { background-color: #79BD2E; }
a { background-color: rgb(121,189,46); }
div.DivClassName
{
background-color: #79BD2E;
}
.BgClassName
{
background-color: #79BD2E;
}
</style>
border-color css
<style>
span { border-color: #79BD2E; }
span { border-color: rgb(121,189,46); }
td.TdClassName
{
border-color: #79BD2E;
}
.TagClassName
{
border-color: #79BD2E;
}
</style>