Shades of Lima #7BC516
Tints of Lima #7BC516
RGB
CMYK
RGB Variations
Color information
#7BC516 (or 0x7BC516) is known color: Lima. HEX triplet: 7B, C5 and 16. RGB value is (123,197,22). Sum of RGB (Red+Green+Blue) = 123+197+22=342 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.96% from 342); Green value is 197 (77.34% from 255 or 57.60% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 197 - color contains mainly: green. Hex color #7BC516 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC516 is #843AE9. Grayscale: #9B9B9B. Windows color (decimal): -8665834 or 1492347. OLE color: 1492347.
HSL color Cylindrical-coordinate representation of color #7BC516: hue angle of 85.37º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7BC516 is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 123 | 197 | 22 | - |
| CMYK | 0.38 | 0 | 0.89 | 0.23 |
| HSL | 85.37º | 0.8% | 0.43% | - |
| HSV(B) | 85.37º | 0.89% | 0.77% | - |
| XYZ | 28.28 | 44.2 | 7.8 | - |
| YUV | 154.92 | 52.98 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 197 | 22 | 0.38 | 0 | 0.89 | 0.23 | 85.37 | 0.8 | 0.43 |
| Hex | 7B | C5 | 16 | 26 | 0 | 59 | 17 | 55 | 50 | 2B |
| Octal | 173 | 305 | 26 | 46 | 0 | 131 | 27 | 125 | 120 | 53 |
| Binary | 1111011 | 11000101 | 10110 | 100110 | 0 | 1011001 | 10111 | 1010101 | 1010000 | 101011 |
Color Harmonies of #7BC516
Complementary color
Monochromatic Colors of #7BC516
Black with #7BC516
Text Example
Text Example
White with #7BC516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC516; }
p { color: rgb(123,197,22); }
H1.HeaderClassName
{
color: #7BC516;
}
.AnyTagClassName
{
color: #7BC516;
}
</style>
background-color css
<style>
a { background-color: #7BC516; }
a { background-color: rgb(123,197,22); }
div.DivClassName
{
background-color: #7BC516;
}
.BgClassName
{
background-color: #7BC516;
}
</style>
border-color css
<style>
span { border-color: #7BC516; }
span { border-color: rgb(123,197,22); }
td.TdClassName
{
border-color: #7BC516;
}
.TagClassName
{
border-color: #7BC516;
}
</style>