Shades of Lima #7BC22C
Tints of Lima #7BC22C
RGB
CMYK
RGB Variations
Color information
#7BC22C (or 0x7BC22C) is known color: Lima. HEX triplet: 7B, C2 and 2C. RGB value is (123,194,44). Sum of RGB (Red+Green+Blue) = 123+194+44=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #7BC22C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC22C is #843DD3. Grayscale: #9C9C9C. Windows color (decimal): -8666580 or 2933371. OLE color: 2933371.
HSL color Cylindrical-coordinate representation of color #7BC22C: hue angle of 88.4º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7BC22C is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 194 | 44 | - |
| CMYK | 0.37 | 0 | 0.77 | 0.24 |
| HSL | 88.4º | 0.63% | 0.47% | - |
| HSV(B) | 88.4º | 0.77% | 0.76% | - |
| XYZ | 27.91 | 42.98 | 9.21 | - |
| YUV | 155.67 | 64.98 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 194 | 44 | 0.37 | 0 | 0.77 | 0.24 | 88.4 | 0.63 | 0.47 |
| Hex | 7B | C2 | 2C | 25 | 0 | 4D | 18 | 58 | 3F | 2F |
| Octal | 173 | 302 | 54 | 45 | 0 | 115 | 30 | 130 | 77 | 57 |
| Binary | 1111011 | 11000010 | 101100 | 100101 | 0 | 1001101 | 11000 | 1011000 | 111111 | 101111 |
Color Harmonies of #7BC22C
Complementary color
Monochromatic Colors of #7BC22C
Black with #7BC22C
Text Example
Text Example
White with #7BC22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC22C; }
p { color: rgb(123,194,44); }
H1.HeaderClassName
{
color: #7BC22C;
}
.AnyTagClassName
{
color: #7BC22C;
}
</style>
background-color css
<style>
a { background-color: #7BC22C; }
a { background-color: rgb(123,194,44); }
div.DivClassName
{
background-color: #7BC22C;
}
.BgClassName
{
background-color: #7BC22C;
}
</style>
border-color css
<style>
span { border-color: #7BC22C; }
span { border-color: rgb(123,194,44); }
td.TdClassName
{
border-color: #7BC22C;
}
.TagClassName
{
border-color: #7BC22C;
}
</style>