Shades of Lima #7BC22F
Tints of Lima #7BC22F
RGB
CMYK
RGB Variations
Color information
#7BC22F (or 0x7BC22F) is known color: Lima. HEX triplet: 7B, C2 and 2F. RGB value is (123,194,47). Sum of RGB (Red+Green+Blue) = 123+194+47=364 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.79% from 364); Green value is 194 (76.17% from 255 or 53.30% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 194 - color contains mainly: green. Hex color #7BC22F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC22F is #843DD0. Grayscale: #9C9C9C. Windows color (decimal): -8666577 or 3129979. OLE color: 3129979.
HSL color Cylindrical-coordinate representation of color #7BC22F: hue angle of 88.98º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7BC22F is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 194 | 47 | - |
| CMYK | 0.37 | 0 | 0.76 | 0.24 |
| HSL | 88.98º | 0.61% | 0.47% | - |
| HSV(B) | 88.98º | 0.76% | 0.76% | - |
| XYZ | 27.97 | 43 | 9.51 | - |
| YUV | 156.01 | 66.48 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 194 | 47 | 0.37 | 0 | 0.76 | 0.24 | 88.98 | 0.61 | 0.47 |
| Hex | 7B | C2 | 2F | 25 | 0 | 4C | 18 | 59 | 3D | 2F |
| Octal | 173 | 302 | 57 | 45 | 0 | 114 | 30 | 131 | 75 | 57 |
| Binary | 1111011 | 11000010 | 101111 | 100101 | 0 | 1001100 | 11000 | 1011001 | 111101 | 101111 |
Color Harmonies of #7BC22F
Complementary color
Monochromatic Colors of #7BC22F
Black with #7BC22F
Text Example
Text Example
White with #7BC22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC22F; }
p { color: rgb(123,194,47); }
H1.HeaderClassName
{
color: #7BC22F;
}
.AnyTagClassName
{
color: #7BC22F;
}
</style>
background-color css
<style>
a { background-color: #7BC22F; }
a { background-color: rgb(123,194,47); }
div.DivClassName
{
background-color: #7BC22F;
}
.BgClassName
{
background-color: #7BC22F;
}
</style>
border-color css
<style>
span { border-color: #7BC22F; }
span { border-color: rgb(123,194,47); }
td.TdClassName
{
border-color: #7BC22F;
}
.TagClassName
{
border-color: #7BC22F;
}
</style>