Shades of Lima #7FBC32
Tints of Lima #7FBC32
RGB
CMYK
RGB Variations
Color information
#7FBC32 (or 0x7FBC32) is known color: Lima. HEX triplet: 7F, BC and 32. RGB value is (127,188,50). Sum of RGB (Red+Green+Blue) = 127+188+50=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBC32 is #8043CD. Grayscale: #9A9A9A. Windows color (decimal): -8405966 or 3325055. OLE color: 3325055.
HSL color Cylindrical-coordinate representation of color #7FBC32: hue angle of 86.52º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7FBC32 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 50 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.26 |
| HSL | 86.52º | 0.58% | 0.47% | - |
| HSV(B) | 86.52º | 0.73% | 0.74% | - |
| XYZ | 27.31 | 40.71 | 9.44 | - |
| YUV | 154.03 | 69.29 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 50 | 0.32 | 0 | 0.73 | 0.26 | 86.52 | 0.58 | 0.47 |
| Hex | 7F | BC | 32 | 20 | 0 | 49 | 1A | 57 | 3A | 2F |
| Octal | 177 | 274 | 62 | 40 | 0 | 111 | 32 | 127 | 72 | 57 |
| Binary | 1111111 | 10111100 | 110010 | 100000 | 0 | 1001001 | 11010 | 1010111 | 111010 | 101111 |
Color Harmonies of #7FBC32
Complementary color
Monochromatic Colors of #7FBC32
Black with #7FBC32
Text Example
Text Example
White with #7FBC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC32; }
p { color: rgb(127,188,50); }
H1.HeaderClassName
{
color: #7FBC32;
}
.AnyTagClassName
{
color: #7FBC32;
}
</style>
background-color css
<style>
a { background-color: #7FBC32; }
a { background-color: rgb(127,188,50); }
div.DivClassName
{
background-color: #7FBC32;
}
.BgClassName
{
background-color: #7FBC32;
}
</style>
border-color css
<style>
span { border-color: #7FBC32; }
span { border-color: rgb(127,188,50); }
td.TdClassName
{
border-color: #7FBC32;
}
.TagClassName
{
border-color: #7FBC32;
}
</style>