Shades of Lima #7BBE2B
Tints of Lima #7BBE2B
RGB
CMYK
RGB Variations
Color information
#7BBE2B (or 0x7BBE2B) is known color: Lima. HEX triplet: 7B, BE and 2B. RGB value is (123,190,43). Sum of RGB (Red+Green+Blue) = 123+190+43=356 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.55% from 356); Green value is 190 (74.61% from 255 or 53.37% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBE2B is #8441D4. Grayscale: #999999. Windows color (decimal): -8667605 or 2866811. OLE color: 2866811.
HSL color Cylindrical-coordinate representation of color #7BBE2B: hue angle of 87.35º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7BBE2B is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 43 | - |
| CMYK | 0.35 | 0 | 0.77 | 0.25 |
| HSL | 87.35º | 0.63% | 0.46% | - |
| HSV(B) | 87.35º | 0.77% | 0.75% | - |
| XYZ | 27.02 | 41.21 | 8.82 | - |
| YUV | 153.21 | 65.8 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 43 | 0.35 | 0 | 0.77 | 0.25 | 87.35 | 0.63 | 0.46 |
| Hex | 7B | BE | 2B | 23 | 0 | 4D | 19 | 57 | 3F | 2E |
| Octal | 173 | 276 | 53 | 43 | 0 | 115 | 31 | 127 | 77 | 56 |
| Binary | 1111011 | 10111110 | 101011 | 100011 | 0 | 1001101 | 11001 | 1010111 | 111111 | 101110 |
Color Harmonies of #7BBE2B
Complementary color
Monochromatic Colors of #7BBE2B
Black with #7BBE2B
Text Example
Text Example
White with #7BBE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBE2B; }
p { color: rgb(123,190,43); }
H1.HeaderClassName
{
color: #7BBE2B;
}
.AnyTagClassName
{
color: #7BBE2B;
}
</style>
background-color css
<style>
a { background-color: #7BBE2B; }
a { background-color: rgb(123,190,43); }
div.DivClassName
{
background-color: #7BBE2B;
}
.BgClassName
{
background-color: #7BBE2B;
}
</style>
border-color css
<style>
span { border-color: #7BBE2B; }
span { border-color: rgb(123,190,43); }
td.TdClassName
{
border-color: #7BBE2B;
}
.TagClassName
{
border-color: #7BBE2B;
}
</style>