Shades of Lima #7BC206
Tints of Lima #7BC206
RGB
CMYK
RGB Variations
Color information
#7BC206 (or 0x7BC206) is known color: Lima. HEX triplet: 7B, C2 and 06. RGB value is (123,194,6). Sum of RGB (Red+Green+Blue) = 123+194+6=323 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.08% from 323); Green value is 194 (76.17% from 255 or 60.06% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 194 - color contains mainly: green. Hex color #7BC206 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC206 is #843DF9. Grayscale: #989898. Windows color (decimal): -8666618 or 443003. OLE color: 443003.
HSL color Cylindrical-coordinate representation of color #7BC206: hue angle of 82.66º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7BC206 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 194 | 6 | - |
| CMYK | 0.37 | 0 | 0.97 | 0.24 |
| HSL | 82.66º | 0.94% | 0.39% | - |
| HSV(B) | 82.66º | 0.97% | 0.76% | - |
| XYZ | 27.49 | 42.81 | 6.99 | - |
| YUV | 151.34 | 45.98 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 194 | 6 | 0.37 | 0 | 0.97 | 0.24 | 82.66 | 0.94 | 0.39 |
| Hex | 7B | C2 | 6 | 25 | 0 | 61 | 18 | 53 | 5E | 27 |
| Octal | 173 | 302 | 6 | 45 | 0 | 141 | 30 | 123 | 136 | 47 |
| Binary | 1111011 | 11000010 | 110 | 100101 | 0 | 1100001 | 11000 | 1010011 | 1011110 | 100111 |
Color Harmonies of #7BC206
Complementary color
Monochromatic Colors of #7BC206
Black with #7BC206
Text Example
Text Example
White with #7BC206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC206; }
p { color: rgb(123,194,6); }
H1.HeaderClassName
{
color: #7BC206;
}
.AnyTagClassName
{
color: #7BC206;
}
</style>
background-color css
<style>
a { background-color: #7BC206; }
a { background-color: rgb(123,194,6); }
div.DivClassName
{
background-color: #7BC206;
}
.BgClassName
{
background-color: #7BC206;
}
</style>
border-color css
<style>
span { border-color: #7BC206; }
span { border-color: rgb(123,194,6); }
td.TdClassName
{
border-color: #7BC206;
}
.TagClassName
{
border-color: #7BC206;
}
</style>