Shades of Lima #7BB72C
Tints of Lima #7BB72C
RGB
CMYK
RGB Variations
Color information
#7BB72C (or 0x7BB72C) is known color: Lima. HEX triplet: 7B, B7 and 2C. RGB value is (123,183,44). Sum of RGB (Red+Green+Blue) = 123+183+44=350 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.14% from 350); Green value is 183 (71.88% from 255 or 52.29% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 183 - color contains mainly: green. Hex color #7BB72C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BB72C is #8448D3. Grayscale: #959595. Windows color (decimal): -8669396 or 2930555. OLE color: 2930555.
HSL color Cylindrical-coordinate representation of color #7BB72C: hue angle of 85.9º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7BB72C is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 123 | 183 | 44 | - |
| CMYK | 0.33 | 0 | 0.76 | 0.28 |
| HSL | 85.9º | 0.61% | 0.45% | - |
| HSV(B) | 85.9º | 0.76% | 0.72% | - |
| XYZ | 25.56 | 38.26 | 8.42 | - |
| YUV | 149.21 | 68.62 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 183 | 44 | 0.33 | 0 | 0.76 | 0.28 | 85.9 | 0.61 | 0.45 |
| Hex | 7B | B7 | 2C | 21 | 0 | 4C | 1C | 56 | 3D | 2D |
| Octal | 173 | 267 | 54 | 41 | 0 | 114 | 34 | 126 | 75 | 55 |
| Binary | 1111011 | 10110111 | 101100 | 100001 | 0 | 1001100 | 11100 | 1010110 | 111101 | 101101 |
Color Harmonies of #7BB72C
Complementary color
Monochromatic Colors of #7BB72C
Black with #7BB72C
Text Example
Text Example
White with #7BB72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB72C; }
p { color: rgb(123,183,44); }
H1.HeaderClassName
{
color: #7BB72C;
}
.AnyTagClassName
{
color: #7BB72C;
}
</style>
background-color css
<style>
a { background-color: #7BB72C; }
a { background-color: rgb(123,183,44); }
div.DivClassName
{
background-color: #7BB72C;
}
.BgClassName
{
background-color: #7BB72C;
}
</style>
border-color css
<style>
span { border-color: #7BB72C; }
span { border-color: rgb(123,183,44); }
td.TdClassName
{
border-color: #7BB72C;
}
.TagClassName
{
border-color: #7BB72C;
}
</style>