Shades of Lima #7FBC1E
Tints of Lima #7FBC1E
RGB
CMYK
RGB Variations
Color information
#7FBC1E (or 0x7FBC1E) is known color: Lima. HEX triplet: 7F, BC and 1E. RGB value is (127,188,30). Sum of RGB (Red+Green+Blue) = 127+188+30=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBC1E is #8043E1. Grayscale: #989898. Windows color (decimal): -8405986 or 2014335. OLE color: 2014335.
HSL color Cylindrical-coordinate representation of color #7FBC1E: hue angle of 83.16º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7FBC1E is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 30 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.26 |
| HSL | 83.16º | 0.72% | 0.43% | - |
| HSV(B) | 83.16º | 0.84% | 0.74% | - |
| XYZ | 26.97 | 40.57 | 7.64 | - |
| YUV | 151.75 | 59.29 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 30 | 0.32 | 0 | 0.84 | 0.26 | 83.16 | 0.72 | 0.43 |
| Hex | 7F | BC | 1E | 20 | 0 | 54 | 1A | 53 | 48 | 2B |
| Octal | 177 | 274 | 36 | 40 | 0 | 124 | 32 | 123 | 110 | 53 |
| Binary | 1111111 | 10111100 | 11110 | 100000 | 0 | 1010100 | 11010 | 1010011 | 1001000 | 101011 |
Color Harmonies of #7FBC1E
Complementary color
Monochromatic Colors of #7FBC1E
Black with #7FBC1E
Text Example
Text Example
White with #7FBC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC1E; }
p { color: rgb(127,188,30); }
H1.HeaderClassName
{
color: #7FBC1E;
}
.AnyTagClassName
{
color: #7FBC1E;
}
</style>
background-color css
<style>
a { background-color: #7FBC1E; }
a { background-color: rgb(127,188,30); }
div.DivClassName
{
background-color: #7FBC1E;
}
.BgClassName
{
background-color: #7FBC1E;
}
</style>
border-color css
<style>
span { border-color: #7FBC1E; }
span { border-color: rgb(127,188,30); }
td.TdClassName
{
border-color: #7FBC1E;
}
.TagClassName
{
border-color: #7FBC1E;
}
</style>