Shades of Lima #7FBC01
Tints of Lima #7FBC01
RGB
CMYK
RGB Variations
Color information
#7FBC01 (or 0x7FBC01) is known color: Lima. HEX triplet: 7F, BC and 01. RGB value is (127,188,1). Sum of RGB (Red+Green+Blue) = 127+188+1=316 (41% of max value = 765). Red value is 127 (50% from 255 or 40.19% from 316); Green value is 188 (73.83% from 255 or 59.49% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBC01 is #8043FE. Grayscale: #959595. Windows color (decimal): -8406015 or 113791. OLE color: 113791.
HSL color Cylindrical-coordinate representation of color #7FBC01: hue angle of 79.57º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7FBC01 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 1 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.26 |
| HSL | 79.57º | 0.99% | 0.37% | - |
| HSV(B) | 79.57º | 0.99% | 0.74% | - |
| XYZ | 26.74 | 40.48 | 6.43 | - |
| YUV | 148.44 | 44.79 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 1 | 0.32 | 0 | 0.99 | 0.26 | 79.57 | 0.99 | 0.37 |
| Hex | 7F | BC | 1 | 20 | 0 | 63 | 1A | 50 | 63 | 25 |
| Octal | 177 | 274 | 1 | 40 | 0 | 143 | 32 | 120 | 143 | 45 |
| Binary | 1111111 | 10111100 | 1 | 100000 | 0 | 1100011 | 11010 | 1010000 | 1100011 | 100101 |
Color Harmonies of #7FBC01
Complementary color
Monochromatic Colors of #7FBC01
Black with #7FBC01
Text Example
Text Example
White with #7FBC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC01; }
p { color: rgb(127,188,1); }
H1.HeaderClassName
{
color: #7FBC01;
}
.AnyTagClassName
{
color: #7FBC01;
}
</style>
background-color css
<style>
a { background-color: #7FBC01; }
a { background-color: rgb(127,188,1); }
div.DivClassName
{
background-color: #7FBC01;
}
.BgClassName
{
background-color: #7FBC01;
}
</style>
border-color css
<style>
span { border-color: #7FBC01; }
span { border-color: rgb(127,188,1); }
td.TdClassName
{
border-color: #7FBC01;
}
.TagClassName
{
border-color: #7FBC01;
}
</style>