Shades of Lima #7FB41C
Tints of Lima #7FB41C
RGB
CMYK
RGB Variations
Color information
#7FB41C (or 0x7FB41C) is known color: Lima. HEX triplet: 7F, B4 and 1C. RGB value is (127,180,28). Sum of RGB (Red+Green+Blue) = 127+180+28=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 180 (70.70% from 255 or 53.73% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB41C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB41C is #804BE3. Grayscale: #939393. Windows color (decimal): -8408036 or 1881215. OLE color: 1881215.
HSL color Cylindrical-coordinate representation of color #7FB41C: hue angle of 80.92º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7FB41C is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 180 | 28 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.29 |
| HSL | 80.92º | 0.73% | 0.41% | - |
| HSV(B) | 80.92º | 0.84% | 0.71% | - |
| XYZ | 25.28 | 37.24 | 6.95 | - |
| YUV | 146.83 | 60.94 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 180 | 28 | 0.29 | 0 | 0.84 | 0.29 | 80.92 | 0.73 | 0.41 |
| Hex | 7F | B4 | 1C | 1D | 0 | 54 | 1D | 51 | 49 | 29 |
| Octal | 177 | 264 | 34 | 35 | 0 | 124 | 35 | 121 | 111 | 51 |
| Binary | 1111111 | 10110100 | 11100 | 11101 | 0 | 1010100 | 11101 | 1010001 | 1001001 | 101001 |
Color Harmonies of #7FB41C
Complementary color
Monochromatic Colors of #7FB41C
Black with #7FB41C
Text Example
Text Example
White with #7FB41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB41C; }
p { color: rgb(127,180,28); }
H1.HeaderClassName
{
color: #7FB41C;
}
.AnyTagClassName
{
color: #7FB41C;
}
</style>
background-color css
<style>
a { background-color: #7FB41C; }
a { background-color: rgb(127,180,28); }
div.DivClassName
{
background-color: #7FB41C;
}
.BgClassName
{
background-color: #7FB41C;
}
</style>
border-color css
<style>
span { border-color: #7FB41C; }
span { border-color: rgb(127,180,28); }
td.TdClassName
{
border-color: #7FB41C;
}
.TagClassName
{
border-color: #7FB41C;
}
</style>