Shades of Lima #7BC900
Tints of Lima #7BC900
RGB
CMYK
RGB Variations
Color information
#7BC900 (or 0x7BC900) is known color: Lima. HEX triplet: 7B, C9 and 00. RGB value is (123,201,0). Sum of RGB (Red+Green+Blue) = 123+201+0=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 201 (78.91% from 255 or 62.04% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 201 - color contains mainly: green. Hex color #7BC900 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC900 is #8436FF. Grayscale: #9B9B9B. Windows color (decimal): -8664832 or 51579. OLE color: 51579.
HSL color Cylindrical-coordinate representation of color #7BC900: hue angle of 83.28º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7BC900 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 201 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.21 |
| HSL | 83.28º | 1% | 0.39% | - |
| HSV(B) | 83.28º | 1% | 0.79% | - |
| XYZ | 29.06 | 45.98 | 7.34 | - |
| YUV | 154.76 | 40.66 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 201 | 0 | 0.39 | 0 | 1 | 0.21 | 83.28 | 1 | 0.39 |
| Hex | 7B | C9 | 0 | 27 | 0 | 64 | 15 | 53 | 64 | 27 |
| Octal | 173 | 311 | 0 | 47 | 0 | 144 | 25 | 123 | 144 | 47 |
| Binary | 1111011 | 11001001 | 0 | 100111 | 0 | 1100100 | 10101 | 1010011 | 1100100 | 100111 |
Color Harmonies of #7BC900
Complementary color
Monochromatic Colors of #7BC900
Black with #7BC900
Text Example
Text Example
White with #7BC900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC900; }
p { color: rgb(123,201,0); }
H1.HeaderClassName
{
color: #7BC900;
}
.AnyTagClassName
{
color: #7BC900;
}
</style>
background-color css
<style>
a { background-color: #7BC900; }
a { background-color: rgb(123,201,0); }
div.DivClassName
{
background-color: #7BC900;
}
.BgClassName
{
background-color: #7BC900;
}
</style>
border-color css
<style>
span { border-color: #7BC900; }
span { border-color: rgb(123,201,0); }
td.TdClassName
{
border-color: #7BC900;
}
.TagClassName
{
border-color: #7BC900;
}
</style>