Shades of Lima #7BB518
Tints of Lima #7BB518
RGB
CMYK
RGB Variations
Color information
#7BB518 (or 0x7BB518) is known color: Lima. HEX triplet: 7B, B5 and 18. RGB value is (123,181,24). Sum of RGB (Red+Green+Blue) = 123+181+24=328 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.5% from 328); Green value is 181 (71.09% from 255 or 55.18% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 181 - color contains mainly: green. Hex color #7BB518 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BB518 is #844AE7. Grayscale: #929292. Windows color (decimal): -8669928 or 1619323. OLE color: 1619323.
HSL color Cylindrical-coordinate representation of color #7BB518: hue angle of 82.17º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7BB518 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 181 | 24 | - |
| CMYK | 0.32 | 0 | 0.87 | 0.29 |
| HSL | 82.17º | 0.77% | 0.4% | - |
| HSV(B) | 82.17º | 0.87% | 0.71% | - |
| XYZ | 24.86 | 37.32 | 6.76 | - |
| YUV | 145.76 | 59.28 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 181 | 24 | 0.32 | 0 | 0.87 | 0.29 | 82.17 | 0.77 | 0.4 |
| Hex | 7B | B5 | 18 | 20 | 0 | 57 | 1D | 52 | 4D | 28 |
| Octal | 173 | 265 | 30 | 40 | 0 | 127 | 35 | 122 | 115 | 50 |
| Binary | 1111011 | 10110101 | 11000 | 100000 | 0 | 1010111 | 11101 | 1010010 | 1001101 | 101000 |
Color Harmonies of #7BB518
Complementary color
Monochromatic Colors of #7BB518
Black with #7BB518
Text Example
Text Example
White with #7BB518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB518; }
p { color: rgb(123,181,24); }
H1.HeaderClassName
{
color: #7BB518;
}
.AnyTagClassName
{
color: #7BB518;
}
</style>
background-color css
<style>
a { background-color: #7BB518; }
a { background-color: rgb(123,181,24); }
div.DivClassName
{
background-color: #7BB518;
}
.BgClassName
{
background-color: #7BB518;
}
</style>
border-color css
<style>
span { border-color: #7BB518; }
span { border-color: rgb(123,181,24); }
td.TdClassName
{
border-color: #7BB518;
}
.TagClassName
{
border-color: #7BB518;
}
</style>