Shades of Lima #7BB119
Tints of Lima #7BB119
RGB
CMYK
RGB Variations
Color information
#7BB119 (or 0x7BB119) is known color: Lima. HEX triplet: 7B, B1 and 19. RGB value is (123,177,25). Sum of RGB (Red+Green+Blue) = 123+177+25=325 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.85% from 325); Green value is 177 (69.53% from 255 or 54.46% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 177 - color contains mainly: green. Hex color #7BB119 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BB119 is #844EE6. Grayscale: #909090. Windows color (decimal): -8670951 or 1683835. OLE color: 1683835.
HSL color Cylindrical-coordinate representation of color #7BB119: hue angle of 81.32º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7BB119 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 177 | 25 | - |
| CMYK | 0.31 | 0 | 0.86 | 0.31 |
| HSL | 81.32º | 0.75% | 0.4% | - |
| HSV(B) | 81.32º | 0.86% | 0.69% | - |
| XYZ | 24.07 | 35.73 | 6.55 | - |
| YUV | 143.53 | 61.11 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 177 | 25 | 0.31 | 0 | 0.86 | 0.31 | 81.32 | 0.75 | 0.4 |
| Hex | 7B | B1 | 19 | 1F | 0 | 56 | 1F | 51 | 4B | 28 |
| Octal | 173 | 261 | 31 | 37 | 0 | 126 | 37 | 121 | 113 | 50 |
| Binary | 1111011 | 10110001 | 11001 | 11111 | 0 | 1010110 | 11111 | 1010001 | 1001011 | 101000 |
Color Harmonies of #7BB119
Complementary color
Monochromatic Colors of #7BB119
Black with #7BB119
Text Example
Text Example
White with #7BB119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB119; }
p { color: rgb(123,177,25); }
H1.HeaderClassName
{
color: #7BB119;
}
.AnyTagClassName
{
color: #7BB119;
}
</style>
background-color css
<style>
a { background-color: #7BB119; }
a { background-color: rgb(123,177,25); }
div.DivClassName
{
background-color: #7BB119;
}
.BgClassName
{
background-color: #7BB119;
}
</style>
border-color css
<style>
span { border-color: #7BB119; }
span { border-color: rgb(123,177,25); }
td.TdClassName
{
border-color: #7BB119;
}
.TagClassName
{
border-color: #7BB119;
}
</style>