Shades of Lima #79BD18
Tints of Lima #79BD18
RGB
CMYK
RGB Variations
Color information
#79BD18 (or 0x79BD18) is known color: Lima. HEX triplet: 79, BD and 18. RGB value is (121,189,24). Sum of RGB (Red+Green+Blue) = 121+189+24=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 189 (74.22% from 255 or 56.59% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 189 - color contains mainly: green. Hex color #79BD18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79BD18 is #8642E7. Grayscale: #969696. Windows color (decimal): -8798952 or 1621369. OLE color: 1621369.
HSL color Cylindrical-coordinate representation of color #79BD18: hue angle of 84.73º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #79BD18 is Cyan = 0.36, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 189 | 24 | - |
| CMYK | 0.36 | 0 | 0.87 | 0.26 |
| HSL | 84.73º | 0.77% | 0.42% | - |
| HSV(B) | 84.73º | 0.87% | 0.74% | - |
| XYZ | 26.25 | 40.53 | 7.3 | - |
| YUV | 149.86 | 56.97 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 189 | 24 | 0.36 | 0 | 0.87 | 0.26 | 84.73 | 0.77 | 0.42 |
| Hex | 79 | BD | 18 | 24 | 0 | 57 | 1A | 55 | 4D | 2A |
| Octal | 171 | 275 | 30 | 44 | 0 | 127 | 32 | 125 | 115 | 52 |
| Binary | 1111001 | 10111101 | 11000 | 100100 | 0 | 1010111 | 11010 | 1010101 | 1001101 | 101010 |
Color Harmonies of #79BD18
Complementary color
Monochromatic Colors of #79BD18
Black with #79BD18
Text Example
Text Example
White with #79BD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BD18; }
p { color: rgb(121,189,24); }
H1.HeaderClassName
{
color: #79BD18;
}
.AnyTagClassName
{
color: #79BD18;
}
</style>
background-color css
<style>
a { background-color: #79BD18; }
a { background-color: rgb(121,189,24); }
div.DivClassName
{
background-color: #79BD18;
}
.BgClassName
{
background-color: #79BD18;
}
</style>
border-color css
<style>
span { border-color: #79BD18; }
span { border-color: rgb(121,189,24); }
td.TdClassName
{
border-color: #79BD18;
}
.TagClassName
{
border-color: #79BD18;
}
</style>