Shades of Lima #7FB522
Tints of Lima #7FB522
RGB
CMYK
RGB Variations
Color information
#7FB522 (or 0x7FB522) is known color: Lima. HEX triplet: 7F, B5 and 22. RGB value is (127,181,34). Sum of RGB (Red+Green+Blue) = 127+181+34=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 181 (71.09% from 255 or 52.92% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB522 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB522 is #804ADD. Grayscale: #949494. Windows color (decimal): -8407774 or 2274687. OLE color: 2274687.
HSL color Cylindrical-coordinate representation of color #7FB522: hue angle of 82.04º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7FB522 is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 181 | 34 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.29 |
| HSL | 82.04º | 0.68% | 0.42% | - |
| HSV(B) | 82.04º | 0.81% | 0.71% | - |
| XYZ | 25.57 | 37.68 | 7.44 | - |
| YUV | 148.1 | 63.61 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 181 | 34 | 0.30 | 0 | 0.81 | 0.29 | 82.04 | 0.68 | 0.42 |
| Hex | 7F | B5 | 22 | 1E | 0 | 51 | 1D | 52 | 44 | 2A |
| Octal | 177 | 265 | 42 | 36 | 0 | 121 | 35 | 122 | 104 | 52 |
| Binary | 1111111 | 10110101 | 100010 | 11110 | 0 | 1010001 | 11101 | 1010010 | 1000100 | 101010 |
Color Harmonies of #7FB522
Complementary color
Monochromatic Colors of #7FB522
Black with #7FB522
Text Example
Text Example
White with #7FB522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB522; }
p { color: rgb(127,181,34); }
H1.HeaderClassName
{
color: #7FB522;
}
.AnyTagClassName
{
color: #7FB522;
}
</style>
background-color css
<style>
a { background-color: #7FB522; }
a { background-color: rgb(127,181,34); }
div.DivClassName
{
background-color: #7FB522;
}
.BgClassName
{
background-color: #7FB522;
}
</style>
border-color css
<style>
span { border-color: #7FB522; }
span { border-color: rgb(127,181,34); }
td.TdClassName
{
border-color: #7FB522;
}
.TagClassName
{
border-color: #7FB522;
}
</style>