Shades of Lima #7FB40B
Tints of Lima #7FB40B
RGB
CMYK
RGB Variations
Color information
#7FB40B (or 0x7FB40B) is known color: Lima. HEX triplet: 7F, B4 and 0B. RGB value is (127,180,11). Sum of RGB (Red+Green+Blue) = 127+180+11=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 180 (70.70% from 255 or 56.60% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB40B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB40B is #804BF4. Grayscale: #919191. Windows color (decimal): -8408053 or 767103. OLE color: 767103.
HSL color Cylindrical-coordinate representation of color #7FB40B: hue angle of 78.82º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7FB40B is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 180 | 11 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.29 |
| HSL | 78.82º | 0.88% | 0.37% | - |
| HSV(B) | 78.82º | 0.94% | 0.71% | - |
| XYZ | 25.13 | 37.18 | 6.17 | - |
| YUV | 144.89 | 52.44 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 180 | 11 | 0.29 | 0 | 0.94 | 0.29 | 78.82 | 0.88 | 0.37 |
| Hex | 7F | B4 | B | 1D | 0 | 5E | 1D | 4F | 58 | 25 |
| Octal | 177 | 264 | 13 | 35 | 0 | 136 | 35 | 117 | 130 | 45 |
| Binary | 1111111 | 10110100 | 1011 | 11101 | 0 | 1011110 | 11101 | 1001111 | 1011000 | 100101 |
Color Harmonies of #7FB40B
Complementary color
Monochromatic Colors of #7FB40B
Black with #7FB40B
Text Example
Text Example
White with #7FB40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB40B; }
p { color: rgb(127,180,11); }
H1.HeaderClassName
{
color: #7FB40B;
}
.AnyTagClassName
{
color: #7FB40B;
}
</style>
background-color css
<style>
a { background-color: #7FB40B; }
a { background-color: rgb(127,180,11); }
div.DivClassName
{
background-color: #7FB40B;
}
.BgClassName
{
background-color: #7FB40B;
}
</style>
border-color css
<style>
span { border-color: #7FB40B; }
span { border-color: rgb(127,180,11); }
td.TdClassName
{
border-color: #7FB40B;
}
.TagClassName
{
border-color: #7FB40B;
}
</style>