Shades of Lima #7BC801
Tints of Lima #7BC801
RGB
CMYK
RGB Variations
Color information
#7BC801 (or 0x7BC801) is known color: Lima. HEX triplet: 7B, C8 and 01. RGB value is (123,200,1). Sum of RGB (Red+Green+Blue) = 123+200+1=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 200 (78.52% from 255 or 61.73% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 200 - color contains mainly: green. Hex color #7BC801 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC801 is #8437FE. Grayscale: #9B9B9B. Windows color (decimal): -8665087 or 116859. OLE color: 116859.
HSL color Cylindrical-coordinate representation of color #7BC801: hue angle of 83.22º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7BC801 is Cyan = 0.38, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 200 | 1 | - |
| CMYK | 0.38 | 0 | 1.00 | 0.22 |
| HSL | 83.22º | 0.99% | 0.39% | - |
| HSV(B) | 83.22º | 1% | 0.78% | - |
| XYZ | 28.83 | 45.52 | 7.3 | - |
| YUV | 154.29 | 41.49 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 200 | 1 | 0.38 | 0 | 1.00 | 0.22 | 83.22 | 0.99 | 0.39 |
| Hex | 7B | C8 | 1 | 26 | 0 | 64 | 16 | 53 | 63 | 27 |
| Octal | 173 | 310 | 1 | 46 | 0 | 144 | 26 | 123 | 143 | 47 |
| Binary | 1111011 | 11001000 | 1 | 100110 | 0 | 1100100 | 10110 | 1010011 | 1100011 | 100111 |
Color Harmonies of #7BC801
Complementary color
Monochromatic Colors of #7BC801
Black with #7BC801
Text Example
Text Example
White with #7BC801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC801; }
p { color: rgb(123,200,1); }
H1.HeaderClassName
{
color: #7BC801;
}
.AnyTagClassName
{
color: #7BC801;
}
</style>
background-color css
<style>
a { background-color: #7BC801; }
a { background-color: rgb(123,200,1); }
div.DivClassName
{
background-color: #7BC801;
}
.BgClassName
{
background-color: #7BC801;
}
</style>
border-color css
<style>
span { border-color: #7BC801; }
span { border-color: rgb(123,200,1); }
td.TdClassName
{
border-color: #7BC801;
}
.TagClassName
{
border-color: #7BC801;
}
</style>