Shades of Lima #7BBA30
Tints of Lima #7BBA30
RGB
CMYK
RGB Variations
Color information
#7BBA30 (or 0x7BBA30) is known color: Lima. HEX triplet: 7B, BA and 30. RGB value is (123,186,48). Sum of RGB (Red+Green+Blue) = 123+186+48=357 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.45% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBA30 is #8445CF. Grayscale: #979797. Windows color (decimal): -8668624 or 3193467. OLE color: 3193467.
HSL color Cylindrical-coordinate representation of color #7BBA30: hue angle of 87.39º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7BBA30 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 48 | - |
| CMYK | 0.34 | 0 | 0.74 | 0.27 |
| HSL | 87.39º | 0.59% | 0.46% | - |
| HSV(B) | 87.39º | 0.74% | 0.73% | - |
| XYZ | 26.26 | 39.54 | 9.04 | - |
| YUV | 151.43 | 69.63 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 48 | 0.34 | 0 | 0.74 | 0.27 | 87.39 | 0.59 | 0.46 |
| Hex | 7B | BA | 30 | 22 | 0 | 4A | 1B | 57 | 3B | 2E |
| Octal | 173 | 272 | 60 | 42 | 0 | 112 | 33 | 127 | 73 | 56 |
| Binary | 1111011 | 10111010 | 110000 | 100010 | 0 | 1001010 | 11011 | 1010111 | 111011 | 101110 |
Color Harmonies of #7BBA30
Complementary color
Monochromatic Colors of #7BBA30
Black with #7BBA30
Text Example
Text Example
White with #7BBA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA30; }
p { color: rgb(123,186,48); }
H1.HeaderClassName
{
color: #7BBA30;
}
.AnyTagClassName
{
color: #7BBA30;
}
</style>
background-color css
<style>
a { background-color: #7BBA30; }
a { background-color: rgb(123,186,48); }
div.DivClassName
{
background-color: #7BBA30;
}
.BgClassName
{
background-color: #7BBA30;
}
</style>
border-color css
<style>
span { border-color: #7BBA30; }
span { border-color: rgb(123,186,48); }
td.TdClassName
{
border-color: #7BBA30;
}
.TagClassName
{
border-color: #7BBA30;
}
</style>