Shades of Lima #7FB80C
Tints of Lima #7FB80C
RGB
CMYK
RGB Variations
Color information
#7FB80C (or 0x7FB80C) is known color: Lima. HEX triplet: 7F, B8 and 0C. RGB value is (127,184,12). Sum of RGB (Red+Green+Blue) = 127+184+12=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 184 (72.27% from 255 or 56.97% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 184 - color contains mainly: green. Hex color #7FB80C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB80C is #8047F3. Grayscale: #939393. Windows color (decimal): -8407028 or 833663. OLE color: 833663.
HSL color Cylindrical-coordinate representation of color #7FB80C: hue angle of 79.88º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7FB80C is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 184 | 12 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.28 |
| HSL | 79.88º | 0.88% | 0.38% | - |
| HSV(B) | 79.88º | 0.93% | 0.72% | - |
| XYZ | 25.96 | 38.82 | 6.47 | - |
| YUV | 147.35 | 51.62 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 184 | 12 | 0.31 | 0 | 0.93 | 0.28 | 79.88 | 0.88 | 0.38 |
| Hex | 7F | B8 | C | 1F | 0 | 5D | 1C | 50 | 58 | 26 |
| Octal | 177 | 270 | 14 | 37 | 0 | 135 | 34 | 120 | 130 | 46 |
| Binary | 1111111 | 10111000 | 1100 | 11111 | 0 | 1011101 | 11100 | 1010000 | 1011000 | 100110 |
Color Harmonies of #7FB80C
Complementary color
Monochromatic Colors of #7FB80C
Black with #7FB80C
Text Example
Text Example
White with #7FB80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB80C; }
p { color: rgb(127,184,12); }
H1.HeaderClassName
{
color: #7FB80C;
}
.AnyTagClassName
{
color: #7FB80C;
}
</style>
background-color css
<style>
a { background-color: #7FB80C; }
a { background-color: rgb(127,184,12); }
div.DivClassName
{
background-color: #7FB80C;
}
.BgClassName
{
background-color: #7FB80C;
}
</style>
border-color css
<style>
span { border-color: #7FB80C; }
span { border-color: rgb(127,184,12); }
td.TdClassName
{
border-color: #7FB80C;
}
.TagClassName
{
border-color: #7FB80C;
}
</style>