Shades of Lima #7BC202
Tints of Lima #7BC202
RGB
CMYK
RGB Variations
Color information
#7BC202 (or 0x7BC202) is known color: Lima. HEX triplet: 7B, C2 and 02. RGB value is (123,194,2). Sum of RGB (Red+Green+Blue) = 123+194+2=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 194 (76.17% from 255 or 60.82% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 194 - color contains mainly: green. Hex color #7BC202 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC202 is #843DFD. Grayscale: #979797. Windows color (decimal): -8666622 or 180859. OLE color: 180859.
HSL color Cylindrical-coordinate representation of color #7BC202: hue angle of 82.19º degrees, saturation: 0.98, 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 #7BC202 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 194 | 2 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.24 |
| HSL | 82.19º | 0.98% | 0.38% | - |
| HSV(B) | 82.19º | 0.99% | 0.76% | - |
| XYZ | 27.47 | 42.8 | 6.87 | - |
| YUV | 150.88 | 43.98 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 194 | 2 | 0.37 | 0 | 0.99 | 0.24 | 82.19 | 0.98 | 0.38 |
| Hex | 7B | C2 | 2 | 25 | 0 | 63 | 18 | 52 | 62 | 26 |
| Octal | 173 | 302 | 2 | 45 | 0 | 143 | 30 | 122 | 142 | 46 |
| Binary | 1111011 | 11000010 | 10 | 100101 | 0 | 1100011 | 11000 | 1010010 | 1100010 | 100110 |
Color Harmonies of #7BC202
Complementary color
Monochromatic Colors of #7BC202
Black with #7BC202
Text Example
Text Example
White with #7BC202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC202; }
p { color: rgb(123,194,2); }
H1.HeaderClassName
{
color: #7BC202;
}
.AnyTagClassName
{
color: #7BC202;
}
</style>
background-color css
<style>
a { background-color: #7BC202; }
a { background-color: rgb(123,194,2); }
div.DivClassName
{
background-color: #7BC202;
}
.BgClassName
{
background-color: #7BC202;
}
</style>
border-color css
<style>
span { border-color: #7BC202; }
span { border-color: rgb(123,194,2); }
td.TdClassName
{
border-color: #7BC202;
}
.TagClassName
{
border-color: #7BC202;
}
</style>