Shades of Lima #7BBA15
Tints of Lima #7BBA15
RGB
CMYK
RGB Variations
Color information
#7BBA15 (or 0x7BBA15) is known color: Lima. HEX triplet: 7B, BA and 15. RGB value is (123,186,21). Sum of RGB (Red+Green+Blue) = 123+186+21=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBA15 is #8445EA. Grayscale: #949494. Windows color (decimal): -8668651 or 1423995. OLE color: 1423995.
HSL color Cylindrical-coordinate representation of color #7BBA15: hue angle of 82.91º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7BBA15 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 21 | - |
| CMYK | 0.34 | 0 | 0.89 | 0.27 |
| HSL | 82.91º | 0.8% | 0.41% | - |
| HSV(B) | 82.91º | 0.89% | 0.73% | - |
| XYZ | 25.86 | 39.38 | 6.95 | - |
| YUV | 148.35 | 56.13 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 21 | 0.34 | 0 | 0.89 | 0.27 | 82.91 | 0.8 | 0.41 |
| Hex | 7B | BA | 15 | 22 | 0 | 59 | 1B | 53 | 50 | 29 |
| Octal | 173 | 272 | 25 | 42 | 0 | 131 | 33 | 123 | 120 | 51 |
| Binary | 1111011 | 10111010 | 10101 | 100010 | 0 | 1011001 | 11011 | 1010011 | 1010000 | 101001 |
Color Harmonies of #7BBA15
Complementary color
Monochromatic Colors of #7BBA15
Black with #7BBA15
Text Example
Text Example
White with #7BBA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA15; }
p { color: rgb(123,186,21); }
H1.HeaderClassName
{
color: #7BBA15;
}
.AnyTagClassName
{
color: #7BBA15;
}
</style>
background-color css
<style>
a { background-color: #7BBA15; }
a { background-color: rgb(123,186,21); }
div.DivClassName
{
background-color: #7BBA15;
}
.BgClassName
{
background-color: #7BBA15;
}
</style>
border-color css
<style>
span { border-color: #7BBA15; }
span { border-color: rgb(123,186,21); }
td.TdClassName
{
border-color: #7BBA15;
}
.TagClassName
{
border-color: #7BBA15;
}
</style>