Shades of Lima #7BC400
Tints of Lima #7BC400
RGB
CMYK
RGB Variations
Color information
#7BC400 (or 0x7BC400) is known color: Lima. HEX triplet: 7B, C4 and 00. RGB value is (123,196,0). Sum of RGB (Red+Green+Blue) = 123+196+0=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 196 (76.95% from 255 or 61.44% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 196 - color contains mainly: green. Hex color #7BC400 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC400 is #843BFF. Grayscale: #989898. Windows color (decimal): -8666112 or 50299. OLE color: 50299.
HSL color Cylindrical-coordinate representation of color #7BC400: hue angle of 82.35º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7BC400 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 123 | 196 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.23 |
| HSL | 82.35º | 1% | 0.38% | - |
| HSV(B) | 82.35º | 1% | 0.77% | - |
| XYZ | 27.91 | 43.69 | 6.96 | - |
| YUV | 151.83 | 42.32 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 196 | 0 | 0.37 | 0 | 1 | 0.23 | 82.35 | 1 | 0.38 |
| Hex | 7B | C4 | 0 | 25 | 0 | 64 | 17 | 52 | 64 | 26 |
| Octal | 173 | 304 | 0 | 45 | 0 | 144 | 27 | 122 | 144 | 46 |
| Binary | 1111011 | 11000100 | 0 | 100101 | 0 | 1100100 | 10111 | 1010010 | 1100100 | 100110 |
Color Harmonies of #7BC400
Complementary color
Monochromatic Colors of #7BC400
Black with #7BC400
Text Example
Text Example
White with #7BC400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC400; }
p { color: rgb(123,196,0); }
H1.HeaderClassName
{
color: #7BC400;
}
.AnyTagClassName
{
color: #7BC400;
}
</style>
background-color css
<style>
a { background-color: #7BC400; }
a { background-color: rgb(123,196,0); }
div.DivClassName
{
background-color: #7BC400;
}
.BgClassName
{
background-color: #7BC400;
}
</style>
border-color css
<style>
span { border-color: #7BC400; }
span { border-color: rgb(123,196,0); }
td.TdClassName
{
border-color: #7BC400;
}
.TagClassName
{
border-color: #7BC400;
}
</style>