Shades of Lima #77C32C
Tints of Lima #77C32C
RGB
CMYK
RGB Variations
Color information
#77C32C (or 0x77C32C) is known color: Lima. HEX triplet: 77, C3 and 2C. RGB value is (119,195,44). Sum of RGB (Red+Green+Blue) = 119+195+44=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 195 (76.56% from 255 or 54.47% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 195 - color contains mainly: green. Hex color #77C32C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C32C is #883CD3. Grayscale: #9B9B9B. Windows color (decimal): -8928468 or 2933623. OLE color: 2933623.
HSL color Cylindrical-coordinate representation of color #77C32C: hue angle of 90.2º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77C32C is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 195 | 44 | - |
| CMYK | 0.39 | 0 | 0.77 | 0.24 |
| HSL | 90.2º | 0.63% | 0.47% | - |
| HSV(B) | 90.2º | 0.77% | 0.76% | - |
| XYZ | 27.58 | 43.13 | 9.26 | - |
| YUV | 155.06 | 65.32 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 195 | 44 | 0.39 | 0 | 0.77 | 0.24 | 90.2 | 0.63 | 0.47 |
| Hex | 77 | C3 | 2C | 27 | 0 | 4D | 18 | 5A | 3F | 2F |
| Octal | 167 | 303 | 54 | 47 | 0 | 115 | 30 | 132 | 77 | 57 |
| Binary | 1110111 | 11000011 | 101100 | 100111 | 0 | 1001101 | 11000 | 1011010 | 111111 | 101111 |
Color Harmonies of #77C32C
Complementary color
Monochromatic Colors of #77C32C
Black with #77C32C
Text Example
Text Example
White with #77C32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C32C; }
p { color: rgb(119,195,44); }
H1.HeaderClassName
{
color: #77C32C;
}
.AnyTagClassName
{
color: #77C32C;
}
</style>
background-color css
<style>
a { background-color: #77C32C; }
a { background-color: rgb(119,195,44); }
div.DivClassName
{
background-color: #77C32C;
}
.BgClassName
{
background-color: #77C32C;
}
</style>
border-color css
<style>
span { border-color: #77C32C; }
span { border-color: rgb(119,195,44); }
td.TdClassName
{
border-color: #77C32C;
}
.TagClassName
{
border-color: #77C32C;
}
</style>