Shades of Lima #77B42B
Tints of Lima #77B42B
RGB
CMYK
RGB Variations
Color information
#77B42B (or 0x77B42B) is known color: Lima. HEX triplet: 77, B4 and 2B. RGB value is (119,180,43). Sum of RGB (Red+Green+Blue) = 119+180+43=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 180 (70.70% from 255 or 52.63% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 180 - color contains mainly: green. Hex color #77B42B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B42B is #884BD4. Grayscale: #929292. Windows color (decimal): -8932309 or 2864247. OLE color: 2864247.
HSL color Cylindrical-coordinate representation of color #77B42B: hue angle of 86.72º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77B42B is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 180 | 43 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.29 |
| HSL | 86.72º | 0.61% | 0.44% | - |
| HSV(B) | 86.72º | 0.76% | 0.71% | - |
| XYZ | 24.37 | 36.74 | 8.09 | - |
| YUV | 146.14 | 69.79 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 180 | 43 | 0.34 | 0 | 0.76 | 0.29 | 86.72 | 0.61 | 0.44 |
| Hex | 77 | B4 | 2B | 22 | 0 | 4C | 1D | 57 | 3D | 2C |
| Octal | 167 | 264 | 53 | 42 | 0 | 114 | 35 | 127 | 75 | 54 |
| Binary | 1110111 | 10110100 | 101011 | 100010 | 0 | 1001100 | 11101 | 1010111 | 111101 | 101100 |
Color Harmonies of #77B42B
Complementary color
Monochromatic Colors of #77B42B
Black with #77B42B
Text Example
Text Example
White with #77B42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B42B; }
p { color: rgb(119,180,43); }
H1.HeaderClassName
{
color: #77B42B;
}
.AnyTagClassName
{
color: #77B42B;
}
</style>
background-color css
<style>
a { background-color: #77B42B; }
a { background-color: rgb(119,180,43); }
div.DivClassName
{
background-color: #77B42B;
}
.BgClassName
{
background-color: #77B42B;
}
</style>
border-color css
<style>
span { border-color: #77B42B; }
span { border-color: rgb(119,180,43); }
td.TdClassName
{
border-color: #77B42B;
}
.TagClassName
{
border-color: #77B42B;
}
</style>