Shades of Lima #7BB437
Tints of Lima #7BB437
RGB
CMYK
RGB Variations
Color information
#7BB437 (or 0x7BB437) is known color: Lima. HEX triplet: 7B, B4 and 37. RGB value is (123,180,55). Sum of RGB (Red+Green+Blue) = 123+180+55=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 180 (70.70% from 255 or 50.28% from 358); Blue value is 55 (21.88% from 255 or 15.36% from 358); Max value from RGB is 180 - color contains mainly: green. Hex color #7BB437 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BB437 is #844BC8. Grayscale: #959595. Windows color (decimal): -8670153 or 3650683. OLE color: 3650683.
HSL color Cylindrical-coordinate representation of color #7BB437: hue angle of 87.36º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7BB437 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 180 | 55 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.29 |
| HSL | 87.36º | 0.53% | 0.46% | - |
| HSV(B) | 87.36º | 0.69% | 0.71% | - |
| XYZ | 25.18 | 37.13 | 9.45 | - |
| YUV | 148.71 | 75.12 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 180 | 55 | 0.32 | 0 | 0.69 | 0.29 | 87.36 | 0.53 | 0.46 |
| Hex | 7B | B4 | 37 | 20 | 0 | 45 | 1D | 57 | 35 | 2E |
| Octal | 173 | 264 | 67 | 40 | 0 | 105 | 35 | 127 | 65 | 56 |
| Binary | 1111011 | 10110100 | 110111 | 100000 | 0 | 1000101 | 11101 | 1010111 | 110101 | 101110 |
Color Harmonies of #7BB437
Complementary color
Monochromatic Colors of #7BB437
Black with #7BB437
Text Example
Text Example
White with #7BB437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB437; }
p { color: rgb(123,180,55); }
H1.HeaderClassName
{
color: #7BB437;
}
.AnyTagClassName
{
color: #7BB437;
}
</style>
background-color css
<style>
a { background-color: #7BB437; }
a { background-color: rgb(123,180,55); }
div.DivClassName
{
background-color: #7BB437;
}
.BgClassName
{
background-color: #7BB437;
}
</style>
border-color css
<style>
span { border-color: #7BB437; }
span { border-color: rgb(123,180,55); }
td.TdClassName
{
border-color: #7BB437;
}
.TagClassName
{
border-color: #7BB437;
}
</style>