Shades of Lima #7BBC13
Tints of Lima #7BBC13
RGB
CMYK
RGB Variations
Color information
#7BBC13 (or 0x7BBC13) is known color: Lima. HEX triplet: 7B, BC and 13. RGB value is (123,188,19). Sum of RGB (Red+Green+Blue) = 123+188+19=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBC13 is #8443EC. Grayscale: #959595. Windows color (decimal): -8668141 or 1293435. OLE color: 1293435.
HSL color Cylindrical-coordinate representation of color #7BBC13: hue angle of 83.08º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7BBC13 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 19 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.26 |
| HSL | 83.08º | 0.82% | 0.41% | - |
| HSV(B) | 83.08º | 0.9% | 0.74% | - |
| XYZ | 26.27 | 40.22 | 7 | - |
| YUV | 149.3 | 54.47 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 19 | 0.35 | 0 | 0.90 | 0.26 | 83.08 | 0.82 | 0.41 |
| Hex | 7B | BC | 13 | 23 | 0 | 5A | 1A | 53 | 52 | 29 |
| Octal | 173 | 274 | 23 | 43 | 0 | 132 | 32 | 123 | 122 | 51 |
| Binary | 1111011 | 10111100 | 10011 | 100011 | 0 | 1011010 | 11010 | 1010011 | 1010010 | 101001 |
Color Harmonies of #7BBC13
Complementary color
Monochromatic Colors of #7BBC13
Black with #7BBC13
Text Example
Text Example
White with #7BBC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC13; }
p { color: rgb(123,188,19); }
H1.HeaderClassName
{
color: #7BBC13;
}
.AnyTagClassName
{
color: #7BBC13;
}
</style>
background-color css
<style>
a { background-color: #7BBC13; }
a { background-color: rgb(123,188,19); }
div.DivClassName
{
background-color: #7BBC13;
}
.BgClassName
{
background-color: #7BBC13;
}
</style>
border-color css
<style>
span { border-color: #7BBC13; }
span { border-color: rgb(123,188,19); }
td.TdClassName
{
border-color: #7BBC13;
}
.TagClassName
{
border-color: #7BBC13;
}
</style>