Shades of Lima #7FB71C
Tints of Lima #7FB71C
RGB
CMYK
RGB Variations
Color information
#7FB71C (or 0x7FB71C) is known color: Lima. HEX triplet: 7F, B7 and 1C. RGB value is (127,183,28). Sum of RGB (Red+Green+Blue) = 127+183+28=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 183 (71.88% from 255 or 54.14% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB71C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB71C is #8048E3. Grayscale: #959595. Windows color (decimal): -8407268 or 1881983. OLE color: 1881983.
HSL color Cylindrical-coordinate representation of color #7FB71C: hue angle of 81.68º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7FB71C is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 183 | 28 | - |
| CMYK | 0.31 | 0 | 0.85 | 0.28 |
| HSL | 81.68º | 0.73% | 0.41% | - |
| HSV(B) | 81.68º | 0.85% | 0.72% | - |
| XYZ | 25.9 | 38.46 | 7.16 | - |
| YUV | 148.59 | 59.95 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 183 | 28 | 0.31 | 0 | 0.85 | 0.28 | 81.68 | 0.73 | 0.41 |
| Hex | 7F | B7 | 1C | 1F | 0 | 55 | 1C | 52 | 49 | 29 |
| Octal | 177 | 267 | 34 | 37 | 0 | 125 | 34 | 122 | 111 | 51 |
| Binary | 1111111 | 10110111 | 11100 | 11111 | 0 | 1010101 | 11100 | 1010010 | 1001001 | 101001 |
Color Harmonies of #7FB71C
Complementary color
Monochromatic Colors of #7FB71C
Black with #7FB71C
Text Example
Text Example
White with #7FB71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB71C; }
p { color: rgb(127,183,28); }
H1.HeaderClassName
{
color: #7FB71C;
}
.AnyTagClassName
{
color: #7FB71C;
}
</style>
background-color css
<style>
a { background-color: #7FB71C; }
a { background-color: rgb(127,183,28); }
div.DivClassName
{
background-color: #7FB71C;
}
.BgClassName
{
background-color: #7FB71C;
}
</style>
border-color css
<style>
span { border-color: #7FB71C; }
span { border-color: rgb(127,183,28); }
td.TdClassName
{
border-color: #7FB71C;
}
.TagClassName
{
border-color: #7FB71C;
}
</style>