Shades of Lima #7BB314
Tints of Lima #7BB314
RGB
CMYK
RGB Variations
Color information
#7BB314 (or 0x7BB314) is known color: Lima. HEX triplet: 7B, B3 and 14. RGB value is (123,179,20). Sum of RGB (Red+Green+Blue) = 123+179+20=322 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.20% from 322); Green value is 179 (70.31% from 255 or 55.59% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 179 - color contains mainly: green. Hex color #7BB314 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BB314 is #844CEB. Grayscale: #909090. Windows color (decimal): -8670444 or 1356667. OLE color: 1356667.
HSL color Cylindrical-coordinate representation of color #7BB314: hue angle of 81.13º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7BB314 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 123 | 179 | 20 | - |
| CMYK | 0.31 | 0 | 0.89 | 0.30 |
| HSL | 81.13º | 0.8% | 0.39% | - |
| HSV(B) | 81.13º | 0.89% | 0.7% | - |
| XYZ | 24.41 | 36.5 | 6.42 | - |
| YUV | 144.13 | 57.95 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 179 | 20 | 0.31 | 0 | 0.89 | 0.30 | 81.13 | 0.8 | 0.39 |
| Hex | 7B | B3 | 14 | 1F | 0 | 59 | 1E | 51 | 50 | 27 |
| Octal | 173 | 263 | 24 | 37 | 0 | 131 | 36 | 121 | 120 | 47 |
| Binary | 1111011 | 10110011 | 10100 | 11111 | 0 | 1011001 | 11110 | 1010001 | 1010000 | 100111 |
Color Harmonies of #7BB314
Complementary color
Monochromatic Colors of #7BB314
Black with #7BB314
Text Example
Text Example
White with #7BB314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB314; }
p { color: rgb(123,179,20); }
H1.HeaderClassName
{
color: #7BB314;
}
.AnyTagClassName
{
color: #7BB314;
}
</style>
background-color css
<style>
a { background-color: #7BB314; }
a { background-color: rgb(123,179,20); }
div.DivClassName
{
background-color: #7BB314;
}
.BgClassName
{
background-color: #7BB314;
}
</style>
border-color css
<style>
span { border-color: #7BB314; }
span { border-color: rgb(123,179,20); }
td.TdClassName
{
border-color: #7BB314;
}
.TagClassName
{
border-color: #7BB314;
}
</style>