Shades of Lima #7BC306
Tints of Lima #7BC306
RGB
CMYK
RGB Variations
Color information
#7BC306 (or 0x7BC306) is known color: Lima. HEX triplet: 7B, C3 and 06. RGB value is (123,195,6). Sum of RGB (Red+Green+Blue) = 123+195+6=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 195 (76.56% from 255 or 60.19% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC306 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC306 is #843CF9. Grayscale: #989898. Windows color (decimal): -8666362 or 443259. OLE color: 443259.
HSL color Cylindrical-coordinate representation of color #7BC306: hue angle of 82.86º 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 #7BC306 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 195 | 6 | - |
| CMYK | 0.37 | 0 | 0.97 | 0.24 |
| HSL | 82.86º | 0.94% | 0.39% | - |
| HSV(B) | 82.86º | 0.97% | 0.76% | - |
| XYZ | 27.72 | 43.25 | 7.06 | - |
| YUV | 151.93 | 45.65 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 195 | 6 | 0.37 | 0 | 0.97 | 0.24 | 82.86 | 0.94 | 0.39 |
| Hex | 7B | C3 | 6 | 25 | 0 | 61 | 18 | 53 | 5E | 27 |
| Octal | 173 | 303 | 6 | 45 | 0 | 141 | 30 | 123 | 136 | 47 |
| Binary | 1111011 | 11000011 | 110 | 100101 | 0 | 1100001 | 11000 | 1010011 | 1011110 | 100111 |
Color Harmonies of #7BC306
Complementary color
Monochromatic Colors of #7BC306
Black with #7BC306
Text Example
Text Example
White with #7BC306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC306; }
p { color: rgb(123,195,6); }
H1.HeaderClassName
{
color: #7BC306;
}
.AnyTagClassName
{
color: #7BC306;
}
</style>
background-color css
<style>
a { background-color: #7BC306; }
a { background-color: rgb(123,195,6); }
div.DivClassName
{
background-color: #7BC306;
}
.BgClassName
{
background-color: #7BC306;
}
</style>
border-color css
<style>
span { border-color: #7BC306; }
span { border-color: rgb(123,195,6); }
td.TdClassName
{
border-color: #7BC306;
}
.TagClassName
{
border-color: #7BC306;
}
</style>