Shades of Lima #7FB00C
Tints of Lima #7FB00C
RGB
CMYK
RGB Variations
Color information
#7FB00C (or 0x7FB00C) is known color: Lima. HEX triplet: 7F, B0 and 0C. RGB value is (127,176,12). Sum of RGB (Red+Green+Blue) = 127+176+12=315 (41% of max value = 765). Red value is 127 (50% from 255 or 40.32% from 315); Green value is 176 (69.14% from 255 or 55.87% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB00C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FB00C is #804FF3. Grayscale: #8F8F8F. Windows color (decimal): -8409076 or 831615. OLE color: 831615.
HSL color Cylindrical-coordinate representation of color #7FB00C: hue angle of 77.93º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7FB00C is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 176 | 12 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.31 |
| HSL | 77.93º | 0.87% | 0.37% | - |
| HSV(B) | 77.93º | 0.93% | 0.69% | - |
| XYZ | 24.34 | 35.59 | 5.93 | - |
| YUV | 142.65 | 54.27 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 176 | 12 | 0.28 | 0 | 0.93 | 0.31 | 77.93 | 0.87 | 0.37 |
| Hex | 7F | B0 | C | 1C | 0 | 5D | 1F | 4E | 57 | 25 |
| Octal | 177 | 260 | 14 | 34 | 0 | 135 | 37 | 116 | 127 | 45 |
| Binary | 1111111 | 10110000 | 1100 | 11100 | 0 | 1011101 | 11111 | 1001110 | 1010111 | 100101 |
Color Harmonies of #7FB00C
Complementary color
Monochromatic Colors of #7FB00C
Black with #7FB00C
Text Example
Text Example
White with #7FB00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB00C; }
p { color: rgb(127,176,12); }
H1.HeaderClassName
{
color: #7FB00C;
}
.AnyTagClassName
{
color: #7FB00C;
}
</style>
background-color css
<style>
a { background-color: #7FB00C; }
a { background-color: rgb(127,176,12); }
div.DivClassName
{
background-color: #7FB00C;
}
.BgClassName
{
background-color: #7FB00C;
}
</style>
border-color css
<style>
span { border-color: #7FB00C; }
span { border-color: rgb(127,176,12); }
td.TdClassName
{
border-color: #7FB00C;
}
.TagClassName
{
border-color: #7FB00C;
}
</style>