Shades of Lima #7FC032
Tints of Lima #7FC032
RGB
CMYK
RGB Variations
Color information
#7FC032 (or 0x7FC032) is known color: Lima. HEX triplet: 7F, C0 and 32. RGB value is (127,192,50). Sum of RGB (Red+Green+Blue) = 127+192+50=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC032 is #803FCD. Grayscale: #9C9C9C. Windows color (decimal): -8404942 or 3326079. OLE color: 3326079.
HSL color Cylindrical-coordinate representation of color #7FC032: hue angle of 87.46º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7FC032 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 50 | - |
| CMYK | 0.34 | 0 | 0.74 | 0.25 |
| HSL | 87.46º | 0.59% | 0.47% | - |
| HSV(B) | 87.46º | 0.74% | 0.75% | - |
| XYZ | 28.18 | 42.44 | 9.72 | - |
| YUV | 156.38 | 67.97 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 50 | 0.34 | 0 | 0.74 | 0.25 | 87.46 | 0.59 | 0.47 |
| Hex | 7F | C0 | 32 | 22 | 0 | 4A | 19 | 57 | 3B | 2F |
| Octal | 177 | 300 | 62 | 42 | 0 | 112 | 31 | 127 | 73 | 57 |
| Binary | 1111111 | 11000000 | 110010 | 100010 | 0 | 1001010 | 11001 | 1010111 | 111011 | 101111 |
Color Harmonies of #7FC032
Complementary color
Monochromatic Colors of #7FC032
Black with #7FC032
Text Example
Text Example
White with #7FC032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC032; }
p { color: rgb(127,192,50); }
H1.HeaderClassName
{
color: #7FC032;
}
.AnyTagClassName
{
color: #7FC032;
}
</style>
background-color css
<style>
a { background-color: #7FC032; }
a { background-color: rgb(127,192,50); }
div.DivClassName
{
background-color: #7FC032;
}
.BgClassName
{
background-color: #7FC032;
}
</style>
border-color css
<style>
span { border-color: #7FC032; }
span { border-color: rgb(127,192,50); }
td.TdClassName
{
border-color: #7FC032;
}
.TagClassName
{
border-color: #7FC032;
}
</style>