Shades of Lima #7BC920
Tints of Lima #7BC920
RGB
CMYK
RGB Variations
Color information
#7BC920 (or 0x7BC920) is known color: Lima. HEX triplet: 7B, C9 and 20. RGB value is (123,201,32). Sum of RGB (Red+Green+Blue) = 123+201+32=356 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.55% from 356); Green value is 201 (78.91% from 255 or 56.46% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 201 - color contains mainly: green. Hex color #7BC920 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC920 is #8436DF. Grayscale: #9F9F9F. Windows color (decimal): -8664800 or 2148731. OLE color: 2148731.
HSL color Cylindrical-coordinate representation of color #7BC920: hue angle of 87.69º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7BC920 is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 201 | 32 | - |
| CMYK | 0.39 | 0 | 0.84 | 0.21 |
| HSL | 87.69º | 0.73% | 0.46% | - |
| HSV(B) | 87.69º | 0.84% | 0.79% | - |
| XYZ | 29.32 | 46.09 | 8.72 | - |
| YUV | 158.41 | 56.66 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 201 | 32 | 0.39 | 0 | 0.84 | 0.21 | 87.69 | 0.73 | 0.46 |
| Hex | 7B | C9 | 20 | 27 | 0 | 54 | 15 | 58 | 49 | 2E |
| Octal | 173 | 311 | 40 | 47 | 0 | 124 | 25 | 130 | 111 | 56 |
| Binary | 1111011 | 11001001 | 100000 | 100111 | 0 | 1010100 | 10101 | 1011000 | 1001001 | 101110 |
Color Harmonies of #7BC920
Complementary color
Monochromatic Colors of #7BC920
Black with #7BC920
Text Example
Text Example
White with #7BC920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC920; }
p { color: rgb(123,201,32); }
H1.HeaderClassName
{
color: #7BC920;
}
.AnyTagClassName
{
color: #7BC920;
}
</style>
background-color css
<style>
a { background-color: #7BC920; }
a { background-color: rgb(123,201,32); }
div.DivClassName
{
background-color: #7BC920;
}
.BgClassName
{
background-color: #7BC920;
}
</style>
border-color css
<style>
span { border-color: #7BC920; }
span { border-color: rgb(123,201,32); }
td.TdClassName
{
border-color: #7BC920;
}
.TagClassName
{
border-color: #7BC920;
}
</style>