Shades of Lima #79B230
Tints of Lima #79B230
RGB
CMYK
RGB Variations
Color information
#79B230 (or 0x79B230) is known color: Lima. HEX triplet: 79, B2 and 30. RGB value is (121,178,48). Sum of RGB (Red+Green+Blue) = 121+178+48=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 178 (69.92% from 255 or 51.30% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 178 - color contains mainly: green. Hex color #79B230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79B230 is #864DCF. Grayscale: #929292. Windows color (decimal): -8801744 or 3191417. OLE color: 3191417.
HSL color Cylindrical-coordinate representation of color #79B230: hue angle of 86.31º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #79B230 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 121 | 178 | 48 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.30 |
| HSL | 86.31º | 0.58% | 0.44% | - |
| HSV(B) | 86.31º | 0.73% | 0.7% | - |
| XYZ | 24.34 | 36.12 | 8.49 | - |
| YUV | 146.14 | 72.62 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 178 | 48 | 0.32 | 0 | 0.73 | 0.30 | 86.31 | 0.58 | 0.44 |
| Hex | 79 | B2 | 30 | 20 | 0 | 49 | 1E | 56 | 3A | 2C |
| Octal | 171 | 262 | 60 | 40 | 0 | 111 | 36 | 126 | 72 | 54 |
| Binary | 1111001 | 10110010 | 110000 | 100000 | 0 | 1001001 | 11110 | 1010110 | 111010 | 101100 |
Color Harmonies of #79B230
Complementary color
Monochromatic Colors of #79B230
Black with #79B230
Text Example
Text Example
White with #79B230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B230; }
p { color: rgb(121,178,48); }
H1.HeaderClassName
{
color: #79B230;
}
.AnyTagClassName
{
color: #79B230;
}
</style>
background-color css
<style>
a { background-color: #79B230; }
a { background-color: rgb(121,178,48); }
div.DivClassName
{
background-color: #79B230;
}
.BgClassName
{
background-color: #79B230;
}
</style>
border-color css
<style>
span { border-color: #79B230; }
span { border-color: rgb(121,178,48); }
td.TdClassName
{
border-color: #79B230;
}
.TagClassName
{
border-color: #79B230;
}
</style>