Shades of Lima #7FBC17
Tints of Lima #7FBC17
RGB
CMYK
RGB Variations
Color information
#7FBC17 (or 0x7FBC17) is known color: Lima. HEX triplet: 7F, BC and 17. RGB value is (127,188,23). Sum of RGB (Red+Green+Blue) = 127+188+23=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBC17 is #8043E8. Grayscale: #979797. Windows color (decimal): -8405993 or 1555583. OLE color: 1555583.
HSL color Cylindrical-coordinate representation of color #7FBC17: hue angle of 82.18º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7FBC17 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 23 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.26 |
| HSL | 82.18º | 0.78% | 0.41% | - |
| HSV(B) | 82.18º | 0.88% | 0.74% | - |
| XYZ | 26.89 | 40.54 | 7.22 | - |
| YUV | 150.95 | 55.79 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 23 | 0.32 | 0 | 0.88 | 0.26 | 82.18 | 0.78 | 0.41 |
| Hex | 7F | BC | 17 | 20 | 0 | 58 | 1A | 52 | 4E | 29 |
| Octal | 177 | 274 | 27 | 40 | 0 | 130 | 32 | 122 | 116 | 51 |
| Binary | 1111111 | 10111100 | 10111 | 100000 | 0 | 1011000 | 11010 | 1010010 | 1001110 | 101001 |
Color Harmonies of #7FBC17
Complementary color
Monochromatic Colors of #7FBC17
Black with #7FBC17
Text Example
Text Example
White with #7FBC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC17; }
p { color: rgb(127,188,23); }
H1.HeaderClassName
{
color: #7FBC17;
}
.AnyTagClassName
{
color: #7FBC17;
}
</style>
background-color css
<style>
a { background-color: #7FBC17; }
a { background-color: rgb(127,188,23); }
div.DivClassName
{
background-color: #7FBC17;
}
.BgClassName
{
background-color: #7FBC17;
}
</style>
border-color css
<style>
span { border-color: #7FBC17; }
span { border-color: rgb(127,188,23); }
td.TdClassName
{
border-color: #7FBC17;
}
.TagClassName
{
border-color: #7FBC17;
}
</style>