Shades of Lima #79CB2C
Tints of Lima #79CB2C
RGB
CMYK
RGB Variations
Color information
#79CB2C (or 0x79CB2C) is known color: Lima. HEX triplet: 79, CB and 2C. RGB value is (121,203,44). Sum of RGB (Red+Green+Blue) = 121+203+44=368 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.88% from 368); Green value is 203 (79.69% from 255 or 55.16% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 203 - color contains mainly: green. Hex color #79CB2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79CB2C is #8634D3. Grayscale: #A0A0A0. Windows color (decimal): -8795348 or 2935673. OLE color: 2935673.
HSL color Cylindrical-coordinate representation of color #79CB2C: hue angle of 90.94º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #79CB2C is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 203 | 44 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.20 |
| HSL | 90.94º | 0.64% | 0.48% | - |
| HSV(B) | 90.94º | 0.78% | 0.8% | - |
| XYZ | 29.7 | 46.96 | 9.88 | - |
| YUV | 160.36 | 62.33 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 203 | 44 | 0.40 | 0 | 0.78 | 0.20 | 90.94 | 0.64 | 0.48 |
| Hex | 79 | CB | 2C | 28 | 0 | 4E | 14 | 5B | 40 | 30 |
| Octal | 171 | 313 | 54 | 50 | 0 | 116 | 24 | 133 | 100 | 60 |
| Binary | 1111001 | 11001011 | 101100 | 101000 | 0 | 1001110 | 10100 | 1011011 | 1000000 | 110000 |
Color Harmonies of #79CB2C
Complementary color
Monochromatic Colors of #79CB2C
Black with #79CB2C
Text Example
Text Example
White with #79CB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CB2C; }
p { color: rgb(121,203,44); }
H1.HeaderClassName
{
color: #79CB2C;
}
.AnyTagClassName
{
color: #79CB2C;
}
</style>
background-color css
<style>
a { background-color: #79CB2C; }
a { background-color: rgb(121,203,44); }
div.DivClassName
{
background-color: #79CB2C;
}
.BgClassName
{
background-color: #79CB2C;
}
</style>
border-color css
<style>
span { border-color: #79CB2C; }
span { border-color: rgb(121,203,44); }
td.TdClassName
{
border-color: #79CB2C;
}
.TagClassName
{
border-color: #79CB2C;
}
</style>