Shades of Lima #7BC20B
Tints of Lima #7BC20B
RGB
CMYK
RGB Variations
Color information
#7BC20B (or 0x7BC20B) is known color: Lima. HEX triplet: 7B, C2 and 0B. RGB value is (123,194,11). Sum of RGB (Red+Green+Blue) = 123+194+11=328 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.5% from 328); Green value is 194 (76.17% from 255 or 59.15% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 194 - color contains mainly: green. Hex color #7BC20B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC20B is #843DF4. Grayscale: #989898. Windows color (decimal): -8666613 or 770683. OLE color: 770683.
HSL color Cylindrical-coordinate representation of color #7BC20B: hue angle of 83.28º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7BC20B is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 194 | 11 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.24 |
| HSL | 83.28º | 0.89% | 0.4% | - |
| HSV(B) | 83.28º | 0.94% | 0.76% | - |
| XYZ | 27.52 | 42.82 | 7.13 | - |
| YUV | 151.91 | 48.48 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 194 | 11 | 0.37 | 0 | 0.94 | 0.24 | 83.28 | 0.89 | 0.4 |
| Hex | 7B | C2 | B | 25 | 0 | 5E | 18 | 53 | 59 | 28 |
| Octal | 173 | 302 | 13 | 45 | 0 | 136 | 30 | 123 | 131 | 50 |
| Binary | 1111011 | 11000010 | 1011 | 100101 | 0 | 1011110 | 11000 | 1010011 | 1011001 | 101000 |
Color Harmonies of #7BC20B
Complementary color
Monochromatic Colors of #7BC20B
Black with #7BC20B
Text Example
Text Example
White with #7BC20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC20B; }
p { color: rgb(123,194,11); }
H1.HeaderClassName
{
color: #7BC20B;
}
.AnyTagClassName
{
color: #7BC20B;
}
</style>
background-color css
<style>
a { background-color: #7BC20B; }
a { background-color: rgb(123,194,11); }
div.DivClassName
{
background-color: #7BC20B;
}
.BgClassName
{
background-color: #7BC20B;
}
</style>
border-color css
<style>
span { border-color: #7BC20B; }
span { border-color: rgb(123,194,11); }
td.TdClassName
{
border-color: #7BC20B;
}
.TagClassName
{
border-color: #7BC20B;
}
</style>