Shades of Lima #77BC2B
Tints of Lima #77BC2B
RGB
CMYK
RGB Variations
Color information
#77BC2B (or 0x77BC2B) is known color: Lima. HEX triplet: 77, BC and 2B. RGB value is (119,188,43). Sum of RGB (Red+Green+Blue) = 119+188+43=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BC2B is #8843D4. Grayscale: #979797. Windows color (decimal): -8930261 or 2866295. OLE color: 2866295.
HSL color Cylindrical-coordinate representation of color #77BC2B: hue angle of 88.55º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77BC2B is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 188 | 43 | - |
| CMYK | 0.37 | 0 | 0.77 | 0.26 |
| HSL | 88.55º | 0.63% | 0.45% | - |
| HSV(B) | 88.55º | 0.77% | 0.74% | - |
| XYZ | 26.03 | 40.06 | 8.65 | - |
| YUV | 150.84 | 67.14 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 188 | 43 | 0.37 | 0 | 0.77 | 0.26 | 88.55 | 0.63 | 0.45 |
| Hex | 77 | BC | 2B | 25 | 0 | 4D | 1A | 59 | 3F | 2D |
| Octal | 167 | 274 | 53 | 45 | 0 | 115 | 32 | 131 | 77 | 55 |
| Binary | 1110111 | 10111100 | 101011 | 100101 | 0 | 1001101 | 11010 | 1011001 | 111111 | 101101 |
Color Harmonies of #77BC2B
Complementary color
Monochromatic Colors of #77BC2B
Black with #77BC2B
Text Example
Text Example
White with #77BC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BC2B; }
p { color: rgb(119,188,43); }
H1.HeaderClassName
{
color: #77BC2B;
}
.AnyTagClassName
{
color: #77BC2B;
}
</style>
background-color css
<style>
a { background-color: #77BC2B; }
a { background-color: rgb(119,188,43); }
div.DivClassName
{
background-color: #77BC2B;
}
.BgClassName
{
background-color: #77BC2B;
}
</style>
border-color css
<style>
span { border-color: #77BC2B; }
span { border-color: rgb(119,188,43); }
td.TdClassName
{
border-color: #77BC2B;
}
.TagClassName
{
border-color: #77BC2B;
}
</style>