Shades of Lima #7BBD2B
Tints of Lima #7BBD2B
RGB
CMYK
RGB Variations
Color information
#7BBD2B (or 0x7BBD2B) is known color: Lima. HEX triplet: 7B, BD and 2B. RGB value is (123,189,43). Sum of RGB (Red+Green+Blue) = 123+189+43=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 189 (74.22% from 255 or 53.24% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 189 - color contains mainly: green. Hex color #7BBD2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBD2B is #8442D4. Grayscale: #999999. Windows color (decimal): -8667861 or 2866555. OLE color: 2866555.
HSL color Cylindrical-coordinate representation of color #7BBD2B: hue angle of 87.12º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7BBD2B is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 189 | 43 | - |
| CMYK | 0.35 | 0 | 0.77 | 0.26 |
| HSL | 87.12º | 0.63% | 0.45% | - |
| HSV(B) | 87.12º | 0.77% | 0.74% | - |
| XYZ | 26.8 | 40.78 | 8.74 | - |
| YUV | 152.62 | 66.13 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 189 | 43 | 0.35 | 0 | 0.77 | 0.26 | 87.12 | 0.63 | 0.45 |
| Hex | 7B | BD | 2B | 23 | 0 | 4D | 1A | 57 | 3F | 2D |
| Octal | 173 | 275 | 53 | 43 | 0 | 115 | 32 | 127 | 77 | 55 |
| Binary | 1111011 | 10111101 | 101011 | 100011 | 0 | 1001101 | 11010 | 1010111 | 111111 | 101101 |
Color Harmonies of #7BBD2B
Complementary color
Monochromatic Colors of #7BBD2B
Black with #7BBD2B
Text Example
Text Example
White with #7BBD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBD2B; }
p { color: rgb(123,189,43); }
H1.HeaderClassName
{
color: #7BBD2B;
}
.AnyTagClassName
{
color: #7BBD2B;
}
</style>
background-color css
<style>
a { background-color: #7BBD2B; }
a { background-color: rgb(123,189,43); }
div.DivClassName
{
background-color: #7BBD2B;
}
.BgClassName
{
background-color: #7BBD2B;
}
</style>
border-color css
<style>
span { border-color: #7BBD2B; }
span { border-color: rgb(123,189,43); }
td.TdClassName
{
border-color: #7BBD2B;
}
.TagClassName
{
border-color: #7BBD2B;
}
</style>