Shades of Lima #7FB120
Tints of Lima #7FB120
RGB
CMYK
RGB Variations
Color information
#7FB120 (or 0x7FB120) is known color: Lima. HEX triplet: 7F, B1 and 20. RGB value is (127,177,32). Sum of RGB (Red+Green+Blue) = 127+177+32=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 177 (69.53% from 255 or 52.68% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FB120 is #804EDF. Grayscale: #929292. Windows color (decimal): -8408800 or 2142591. OLE color: 2142591.
HSL color Cylindrical-coordinate representation of color #7FB120: hue angle of 80.69º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7FB120 is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 177 | 32 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.31 |
| HSL | 80.69º | 0.69% | 0.41% | - |
| HSV(B) | 80.69º | 0.82% | 0.69% | - |
| XYZ | 24.74 | 36.06 | 7.02 | - |
| YUV | 145.52 | 63.94 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 177 | 32 | 0.28 | 0 | 0.82 | 0.31 | 80.69 | 0.69 | 0.41 |
| Hex | 7F | B1 | 20 | 1C | 0 | 52 | 1F | 51 | 45 | 29 |
| Octal | 177 | 261 | 40 | 34 | 0 | 122 | 37 | 121 | 105 | 51 |
| Binary | 1111111 | 10110001 | 100000 | 11100 | 0 | 1010010 | 11111 | 1010001 | 1000101 | 101001 |
Color Harmonies of #7FB120
Complementary color
Monochromatic Colors of #7FB120
Black with #7FB120
Text Example
Text Example
White with #7FB120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB120; }
p { color: rgb(127,177,32); }
H1.HeaderClassName
{
color: #7FB120;
}
.AnyTagClassName
{
color: #7FB120;
}
</style>
background-color css
<style>
a { background-color: #7FB120; }
a { background-color: rgb(127,177,32); }
div.DivClassName
{
background-color: #7FB120;
}
.BgClassName
{
background-color: #7FB120;
}
</style>
border-color css
<style>
span { border-color: #7FB120; }
span { border-color: rgb(127,177,32); }
td.TdClassName
{
border-color: #7FB120;
}
.TagClassName
{
border-color: #7FB120;
}
</style>