Shades of Lima #7BC101
Tints of Lima #7BC101
RGB
CMYK
RGB Variations
Color information
#7BC101 (or 0x7BC101) is known color: Lima. HEX triplet: 7B, C1 and 01. RGB value is (123,193,1). Sum of RGB (Red+Green+Blue) = 123+193+1=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 193 (75.78% from 255 or 60.88% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 193 - color contains mainly: green. Hex color #7BC101 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC101 is #843EFE. Grayscale: #969696. Windows color (decimal): -8666879 or 115067. OLE color: 115067.
HSL color Cylindrical-coordinate representation of color #7BC101: hue angle of 81.87º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7BC101 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 193 | 1 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.24 |
| HSL | 81.87º | 0.99% | 0.38% | - |
| HSV(B) | 81.87º | 0.99% | 0.76% | - |
| XYZ | 27.24 | 42.35 | 6.77 | - |
| YUV | 150.18 | 43.81 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 193 | 1 | 0.36 | 0 | 0.99 | 0.24 | 81.87 | 0.99 | 0.38 |
| Hex | 7B | C1 | 1 | 24 | 0 | 63 | 18 | 52 | 63 | 26 |
| Octal | 173 | 301 | 1 | 44 | 0 | 143 | 30 | 122 | 143 | 46 |
| Binary | 1111011 | 11000001 | 1 | 100100 | 0 | 1100011 | 11000 | 1010010 | 1100011 | 100110 |
Color Harmonies of #7BC101
Complementary color
Monochromatic Colors of #7BC101
Black with #7BC101
Text Example
Text Example
White with #7BC101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC101; }
p { color: rgb(123,193,1); }
H1.HeaderClassName
{
color: #7BC101;
}
.AnyTagClassName
{
color: #7BC101;
}
</style>
background-color css
<style>
a { background-color: #7BC101; }
a { background-color: rgb(123,193,1); }
div.DivClassName
{
background-color: #7BC101;
}
.BgClassName
{
background-color: #7BC101;
}
</style>
border-color css
<style>
span { border-color: #7BC101; }
span { border-color: rgb(123,193,1); }
td.TdClassName
{
border-color: #7BC101;
}
.TagClassName
{
border-color: #7BC101;
}
</style>