Shades of Lima #79CA2E
Tints of Lima #79CA2E
RGB
CMYK
RGB Variations
Color information
#79CA2E (or 0x79CA2E) is known color: Lima. HEX triplet: 79, CA and 2E. RGB value is (121,202,46). Sum of RGB (Red+Green+Blue) = 121+202+46=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #79CA2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79CA2E is #8635D1. Grayscale: #A0A0A0. Windows color (decimal): -8795602 or 3066489. OLE color: 3066489.
HSL color Cylindrical-coordinate representation of color #79CA2E: hue angle of 91.15º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #79CA2E is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 202 | 46 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.21 |
| HSL | 91.15º | 0.63% | 0.49% | - |
| HSV(B) | 91.15º | 0.77% | 0.79% | - |
| XYZ | 29.5 | 46.5 | 10.01 | - |
| YUV | 160 | 63.66 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 202 | 46 | 0.40 | 0 | 0.77 | 0.21 | 91.15 | 0.63 | 0.49 |
| Hex | 79 | CA | 2E | 28 | 0 | 4D | 15 | 5B | 3F | 31 |
| Octal | 171 | 312 | 56 | 50 | 0 | 115 | 25 | 133 | 77 | 61 |
| Binary | 1111001 | 11001010 | 101110 | 101000 | 0 | 1001101 | 10101 | 1011011 | 111111 | 110001 |
Color Harmonies of #79CA2E
Complementary color
Monochromatic Colors of #79CA2E
Black with #79CA2E
Text Example
Text Example
White with #79CA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CA2E; }
p { color: rgb(121,202,46); }
H1.HeaderClassName
{
color: #79CA2E;
}
.AnyTagClassName
{
color: #79CA2E;
}
</style>
background-color css
<style>
a { background-color: #79CA2E; }
a { background-color: rgb(121,202,46); }
div.DivClassName
{
background-color: #79CA2E;
}
.BgClassName
{
background-color: #79CA2E;
}
</style>
border-color css
<style>
span { border-color: #79CA2E; }
span { border-color: rgb(121,202,46); }
td.TdClassName
{
border-color: #79CA2E;
}
.TagClassName
{
border-color: #79CA2E;
}
</style>