Shades of Lima #7BBB14
Tints of Lima #7BBB14
RGB
CMYK
RGB Variations
Color information
#7BBB14 (or 0x7BBB14) is known color: Lima. HEX triplet: 7B, BB and 14. RGB value is (123,187,20). Sum of RGB (Red+Green+Blue) = 123+187+20=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBB14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBB14 is #8444EB. Grayscale: #959595. Windows color (decimal): -8668396 or 1358715. OLE color: 1358715.
HSL color Cylindrical-coordinate representation of color #7BBB14: hue angle of 82.99º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7BBB14 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 187 | 20 | - |
| CMYK | 0.34 | 0 | 0.89 | 0.27 |
| HSL | 82.99º | 0.81% | 0.41% | - |
| HSV(B) | 82.99º | 0.89% | 0.73% | - |
| XYZ | 26.06 | 39.8 | 6.97 | - |
| YUV | 148.83 | 55.3 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 187 | 20 | 0.34 | 0 | 0.89 | 0.27 | 82.99 | 0.81 | 0.41 |
| Hex | 7B | BB | 14 | 22 | 0 | 59 | 1B | 53 | 51 | 29 |
| Octal | 173 | 273 | 24 | 42 | 0 | 131 | 33 | 123 | 121 | 51 |
| Binary | 1111011 | 10111011 | 10100 | 100010 | 0 | 1011001 | 11011 | 1010011 | 1010001 | 101001 |
Color Harmonies of #7BBB14
Complementary color
Monochromatic Colors of #7BBB14
Black with #7BBB14
Text Example
Text Example
White with #7BBB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBB14; }
p { color: rgb(123,187,20); }
H1.HeaderClassName
{
color: #7BBB14;
}
.AnyTagClassName
{
color: #7BBB14;
}
</style>
background-color css
<style>
a { background-color: #7BBB14; }
a { background-color: rgb(123,187,20); }
div.DivClassName
{
background-color: #7BBB14;
}
.BgClassName
{
background-color: #7BBB14;
}
</style>
border-color css
<style>
span { border-color: #7BBB14; }
span { border-color: rgb(123,187,20); }
td.TdClassName
{
border-color: #7BBB14;
}
.TagClassName
{
border-color: #7BBB14;
}
</style>