Shades of Lima #7FB41B
Tints of Lima #7FB41B
RGB
CMYK
RGB Variations
Color information
#7FB41B (or 0x7FB41B) is known color: Lima. HEX triplet: 7F, B4 and 1B. RGB value is (127,180,27). Sum of RGB (Red+Green+Blue) = 127+180+27=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 180 (70.70% from 255 or 53.89% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB41B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB41B is #804BE4. Grayscale: #939393. Windows color (decimal): -8408037 or 1815679. OLE color: 1815679.
HSL color Cylindrical-coordinate representation of color #7FB41B: hue angle of 80.78º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7FB41B is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 180 | 27 | - |
| CMYK | 0.29 | 0 | 0.85 | 0.29 |
| HSL | 80.78º | 0.74% | 0.41% | - |
| HSV(B) | 80.78º | 0.85% | 0.71% | - |
| XYZ | 25.27 | 37.23 | 6.89 | - |
| YUV | 146.71 | 60.44 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 180 | 27 | 0.29 | 0 | 0.85 | 0.29 | 80.78 | 0.74 | 0.41 |
| Hex | 7F | B4 | 1B | 1D | 0 | 55 | 1D | 51 | 4A | 29 |
| Octal | 177 | 264 | 33 | 35 | 0 | 125 | 35 | 121 | 112 | 51 |
| Binary | 1111111 | 10110100 | 11011 | 11101 | 0 | 1010101 | 11101 | 1010001 | 1001010 | 101001 |
Color Harmonies of #7FB41B
Complementary color
Monochromatic Colors of #7FB41B
Black with #7FB41B
Text Example
Text Example
White with #7FB41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB41B; }
p { color: rgb(127,180,27); }
H1.HeaderClassName
{
color: #7FB41B;
}
.AnyTagClassName
{
color: #7FB41B;
}
</style>
background-color css
<style>
a { background-color: #7FB41B; }
a { background-color: rgb(127,180,27); }
div.DivClassName
{
background-color: #7FB41B;
}
.BgClassName
{
background-color: #7FB41B;
}
</style>
border-color css
<style>
span { border-color: #7FB41B; }
span { border-color: rgb(127,180,27); }
td.TdClassName
{
border-color: #7FB41B;
}
.TagClassName
{
border-color: #7FB41B;
}
</style>