Shades of Lima #77BE2B
Tints of Lima #77BE2B
RGB
CMYK
RGB Variations
Color information
#77BE2B (or 0x77BE2B) is known color: Lima. HEX triplet: 77, BE and 2B. RGB value is (119,190,43). Sum of RGB (Red+Green+Blue) = 119+190+43=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 190 (74.61% from 255 or 53.98% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 190 - color contains mainly: green. Hex color #77BE2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BE2B is #8841D4. Grayscale: #989898. Windows color (decimal): -8929749 or 2866807. OLE color: 2866807.
HSL color Cylindrical-coordinate representation of color #77BE2B: hue angle of 88.98º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77BE2B is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 190 | 43 | - |
| CMYK | 0.37 | 0 | 0.77 | 0.25 |
| HSL | 88.98º | 0.63% | 0.46% | - |
| HSV(B) | 88.98º | 0.77% | 0.75% | - |
| XYZ | 26.46 | 40.92 | 8.79 | - |
| YUV | 152.01 | 66.48 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 190 | 43 | 0.37 | 0 | 0.77 | 0.25 | 88.98 | 0.63 | 0.46 |
| Hex | 77 | BE | 2B | 25 | 0 | 4D | 19 | 59 | 3F | 2E |
| Octal | 167 | 276 | 53 | 45 | 0 | 115 | 31 | 131 | 77 | 56 |
| Binary | 1110111 | 10111110 | 101011 | 100101 | 0 | 1001101 | 11001 | 1011001 | 111111 | 101110 |
Color Harmonies of #77BE2B
Complementary color
Monochromatic Colors of #77BE2B
Black with #77BE2B
Text Example
Text Example
White with #77BE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BE2B; }
p { color: rgb(119,190,43); }
H1.HeaderClassName
{
color: #77BE2B;
}
.AnyTagClassName
{
color: #77BE2B;
}
</style>
background-color css
<style>
a { background-color: #77BE2B; }
a { background-color: rgb(119,190,43); }
div.DivClassName
{
background-color: #77BE2B;
}
.BgClassName
{
background-color: #77BE2B;
}
</style>
border-color css
<style>
span { border-color: #77BE2B; }
span { border-color: rgb(119,190,43); }
td.TdClassName
{
border-color: #77BE2B;
}
.TagClassName
{
border-color: #77BE2B;
}
</style>