Shades of Lima #7FBB01
Tints of Lima #7FBB01
RGB
CMYK
RGB Variations
Color information
#7FBB01 (or 0x7FBB01) is known color: Lima. HEX triplet: 7F, BB and 01. RGB value is (127,187,1). Sum of RGB (Red+Green+Blue) = 127+187+1=315 (41% of max value = 765). Red value is 127 (50% from 255 or 40.32% from 315); Green value is 187 (73.44% from 255 or 59.37% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBB01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBB01 is #8044FE. Grayscale: #949494. Windows color (decimal): -8406271 or 113535. OLE color: 113535.
HSL color Cylindrical-coordinate representation of color #7FBB01: hue angle of 79.35º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7FBB01 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 187 | 1 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.27 |
| HSL | 79.35º | 0.99% | 0.37% | - |
| HSV(B) | 79.35º | 0.99% | 0.73% | - |
| XYZ | 26.53 | 40.05 | 6.36 | - |
| YUV | 147.86 | 45.12 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 187 | 1 | 0.32 | 0 | 0.99 | 0.27 | 79.35 | 0.99 | 0.37 |
| Hex | 7F | BB | 1 | 20 | 0 | 63 | 1B | 4F | 63 | 25 |
| Octal | 177 | 273 | 1 | 40 | 0 | 143 | 33 | 117 | 143 | 45 |
| Binary | 1111111 | 10111011 | 1 | 100000 | 0 | 1100011 | 11011 | 1001111 | 1100011 | 100101 |
Color Harmonies of #7FBB01
Complementary color
Monochromatic Colors of #7FBB01
Black with #7FBB01
Text Example
Text Example
White with #7FBB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBB01; }
p { color: rgb(127,187,1); }
H1.HeaderClassName
{
color: #7FBB01;
}
.AnyTagClassName
{
color: #7FBB01;
}
</style>
background-color css
<style>
a { background-color: #7FBB01; }
a { background-color: rgb(127,187,1); }
div.DivClassName
{
background-color: #7FBB01;
}
.BgClassName
{
background-color: #7FBB01;
}
</style>
border-color css
<style>
span { border-color: #7FBB01; }
span { border-color: rgb(127,187,1); }
td.TdClassName
{
border-color: #7FBB01;
}
.TagClassName
{
border-color: #7FBB01;
}
</style>