Shades of Lima #7FB502
Tints of Lima #7FB502
RGB
CMYK
RGB Variations
Color information
#7FB502 (or 0x7FB502) is known color: Lima. HEX triplet: 7F, B5 and 02. RGB value is (127,181,2). Sum of RGB (Red+Green+Blue) = 127+181+2=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 181 (71.09% from 255 or 58.39% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB502 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB502 is #804AFD. Grayscale: #919191. Windows color (decimal): -8407806 or 177535. OLE color: 177535.
HSL color Cylindrical-coordinate representation of color #7FB502: hue angle of 78.1º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7FB502 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 181 | 2 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.29 |
| HSL | 78.1º | 0.98% | 0.36% | - |
| HSV(B) | 78.1º | 0.99% | 0.71% | - |
| XYZ | 25.29 | 37.56 | 5.98 | - |
| YUV | 144.45 | 47.61 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 181 | 2 | 0.30 | 0 | 0.99 | 0.29 | 78.1 | 0.98 | 0.36 |
| Hex | 7F | B5 | 2 | 1E | 0 | 63 | 1D | 4E | 62 | 24 |
| Octal | 177 | 265 | 2 | 36 | 0 | 143 | 35 | 116 | 142 | 44 |
| Binary | 1111111 | 10110101 | 10 | 11110 | 0 | 1100011 | 11101 | 1001110 | 1100010 | 100100 |
Color Harmonies of #7FB502
Complementary color
Monochromatic Colors of #7FB502
Black with #7FB502
Text Example
Text Example
White with #7FB502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB502; }
p { color: rgb(127,181,2); }
H1.HeaderClassName
{
color: #7FB502;
}
.AnyTagClassName
{
color: #7FB502;
}
</style>
background-color css
<style>
a { background-color: #7FB502; }
a { background-color: rgb(127,181,2); }
div.DivClassName
{
background-color: #7FB502;
}
.BgClassName
{
background-color: #7FB502;
}
</style>
border-color css
<style>
span { border-color: #7FB502; }
span { border-color: rgb(127,181,2); }
td.TdClassName
{
border-color: #7FB502;
}
.TagClassName
{
border-color: #7FB502;
}
</style>