Shades of Lima #79CA2D
Tints of Lima #79CA2D
RGB
CMYK
RGB Variations
Color information
#79CA2D (or 0x79CA2D) is known color: Lima. HEX triplet: 79, CA and 2D. RGB value is (121,202,45). Sum of RGB (Red+Green+Blue) = 121+202+45=368 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.88% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #79CA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79CA2D is #8635D2. Grayscale: #A0A0A0. Windows color (decimal): -8795603 or 3000953. OLE color: 3000953.
HSL color Cylindrical-coordinate representation of color #79CA2D: hue angle of 90.96º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #79CA2D is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 202 | 45 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.21 |
| HSL | 90.96º | 0.64% | 0.48% | - |
| HSV(B) | 90.96º | 0.78% | 0.79% | - |
| XYZ | 29.48 | 46.5 | 9.9 | - |
| YUV | 159.88 | 63.16 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 202 | 45 | 0.40 | 0 | 0.78 | 0.21 | 90.96 | 0.64 | 0.48 |
| Hex | 79 | CA | 2D | 28 | 0 | 4E | 15 | 5B | 40 | 30 |
| Octal | 171 | 312 | 55 | 50 | 0 | 116 | 25 | 133 | 100 | 60 |
| Binary | 1111001 | 11001010 | 101101 | 101000 | 0 | 1001110 | 10101 | 1011011 | 1000000 | 110000 |
Color Harmonies of #79CA2D
Complementary color
Monochromatic Colors of #79CA2D
Black with #79CA2D
Text Example
Text Example
White with #79CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CA2D; }
p { color: rgb(121,202,45); }
H1.HeaderClassName
{
color: #79CA2D;
}
.AnyTagClassName
{
color: #79CA2D;
}
</style>
background-color css
<style>
a { background-color: #79CA2D; }
a { background-color: rgb(121,202,45); }
div.DivClassName
{
background-color: #79CA2D;
}
.BgClassName
{
background-color: #79CA2D;
}
</style>
border-color css
<style>
span { border-color: #79CA2D; }
span { border-color: rgb(121,202,45); }
td.TdClassName
{
border-color: #79CA2D;
}
.TagClassName
{
border-color: #79CA2D;
}
</style>