Shades of Lima #7BB533
Tints of Lima #7BB533
RGB
CMYK
RGB Variations
Color information
#7BB533 (or 0x7BB533) is known color: Lima. HEX triplet: 7B, B5 and 33. RGB value is (123,181,51). Sum of RGB (Red+Green+Blue) = 123+181+51=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 181 (71.09% from 255 or 50.99% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 181 - color contains mainly: green. Hex color #7BB533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BB533 is #844ACC. Grayscale: #959595. Windows color (decimal): -8669901 or 3388795. OLE color: 3388795.
HSL color Cylindrical-coordinate representation of color #7BB533: hue angle of 86.77º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7BB533 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 181 | 51 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.29 |
| HSL | 86.77º | 0.56% | 0.45% | - |
| HSV(B) | 86.77º | 0.72% | 0.71% | - |
| XYZ | 25.29 | 37.5 | 9.04 | - |
| YUV | 148.84 | 72.78 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 181 | 51 | 0.32 | 0 | 0.72 | 0.29 | 86.77 | 0.56 | 0.45 |
| Hex | 7B | B5 | 33 | 20 | 0 | 48 | 1D | 57 | 38 | 2D |
| Octal | 173 | 265 | 63 | 40 | 0 | 110 | 35 | 127 | 70 | 55 |
| Binary | 1111011 | 10110101 | 110011 | 100000 | 0 | 1001000 | 11101 | 1010111 | 111000 | 101101 |
Color Harmonies of #7BB533
Complementary color
Monochromatic Colors of #7BB533
Black with #7BB533
Text Example
Text Example
White with #7BB533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB533; }
p { color: rgb(123,181,51); }
H1.HeaderClassName
{
color: #7BB533;
}
.AnyTagClassName
{
color: #7BB533;
}
</style>
background-color css
<style>
a { background-color: #7BB533; }
a { background-color: rgb(123,181,51); }
div.DivClassName
{
background-color: #7BB533;
}
.BgClassName
{
background-color: #7BB533;
}
</style>
border-color css
<style>
span { border-color: #7BB533; }
span { border-color: rgb(123,181,51); }
td.TdClassName
{
border-color: #7BB533;
}
.TagClassName
{
border-color: #7BB533;
}
</style>