Shades of Lima #79C30C
Tints of Lima #79C30C
RGB
CMYK
RGB Variations
Color information
#79C30C (or 0x79C30C) is known color: Lima. HEX triplet: 79, C3 and 0C. RGB value is (121,195,12). Sum of RGB (Red+Green+Blue) = 121+195+12=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 195 (76.56% from 255 or 59.45% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 195 - color contains mainly: green. Hex color #79C30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79C30C is #863CF3. Grayscale: #989898. Windows color (decimal): -8797428 or 836473. OLE color: 836473.
HSL color Cylindrical-coordinate representation of color #79C30C: hue angle of 84.26º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #79C30C is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 195 | 12 | - |
| CMYK | 0.38 | 0 | 0.94 | 0.24 |
| HSL | 84.26º | 0.88% | 0.41% | - |
| HSV(B) | 84.26º | 0.94% | 0.76% | - |
| XYZ | 27.47 | 43.12 | 7.22 | - |
| YUV | 152.01 | 48.98 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 195 | 12 | 0.38 | 0 | 0.94 | 0.24 | 84.26 | 0.88 | 0.41 |
| Hex | 79 | C3 | C | 26 | 0 | 5E | 18 | 54 | 58 | 29 |
| Octal | 171 | 303 | 14 | 46 | 0 | 136 | 30 | 124 | 130 | 51 |
| Binary | 1111001 | 11000011 | 1100 | 100110 | 0 | 1011110 | 11000 | 1010100 | 1011000 | 101001 |
Color Harmonies of #79C30C
Complementary color
Monochromatic Colors of #79C30C
Black with #79C30C
Text Example
Text Example
White with #79C30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C30C; }
p { color: rgb(121,195,12); }
H1.HeaderClassName
{
color: #79C30C;
}
.AnyTagClassName
{
color: #79C30C;
}
</style>
background-color css
<style>
a { background-color: #79C30C; }
a { background-color: rgb(121,195,12); }
div.DivClassName
{
background-color: #79C30C;
}
.BgClassName
{
background-color: #79C30C;
}
</style>
border-color css
<style>
span { border-color: #79C30C; }
span { border-color: rgb(121,195,12); }
td.TdClassName
{
border-color: #79C30C;
}
.TagClassName
{
border-color: #79C30C;
}
</style>