Shades of Lima #7FB533
Tints of Lima #7FB533
RGB
CMYK
RGB Variations
Color information
#7FB533 (or 0x7FB533) is known color: Lima. HEX triplet: 7F, B5 and 33. RGB value is (127,181,51). Sum of RGB (Red+Green+Blue) = 127+181+51=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 181 (71.09% from 255 or 50.42% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB533 is #804ACC. Grayscale: #969696. Windows color (decimal): -8407757 or 3388799. OLE color: 3388799.
HSL color Cylindrical-coordinate representation of color #7FB533: hue angle of 84.92º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7FB533 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 181 | 51 | - |
| CMYK | 0.30 | 0 | 0.72 | 0.29 |
| HSL | 84.92º | 0.56% | 0.45% | - |
| HSV(B) | 84.92º | 0.72% | 0.71% | - |
| XYZ | 25.87 | 37.8 | 9.06 | - |
| YUV | 150.03 | 72.11 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 181 | 51 | 0.30 | 0 | 0.72 | 0.29 | 84.92 | 0.56 | 0.45 |
| Hex | 7F | B5 | 33 | 1E | 0 | 48 | 1D | 55 | 38 | 2D |
| Octal | 177 | 265 | 63 | 36 | 0 | 110 | 35 | 125 | 70 | 55 |
| Binary | 1111111 | 10110101 | 110011 | 11110 | 0 | 1001000 | 11101 | 1010101 | 111000 | 101101 |
Color Harmonies of #7FB533
Complementary color
Monochromatic Colors of #7FB533
Black with #7FB533
Text Example
Text Example
White with #7FB533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB533; }
p { color: rgb(127,181,51); }
H1.HeaderClassName
{
color: #7FB533;
}
.AnyTagClassName
{
color: #7FB533;
}
</style>
background-color css
<style>
a { background-color: #7FB533; }
a { background-color: rgb(127,181,51); }
div.DivClassName
{
background-color: #7FB533;
}
.BgClassName
{
background-color: #7FB533;
}
</style>
border-color css
<style>
span { border-color: #7FB533; }
span { border-color: rgb(127,181,51); }
td.TdClassName
{
border-color: #7FB533;
}
.TagClassName
{
border-color: #7FB533;
}
</style>