gracias por las repuestas me funciono de esta manera
Código PHP:
<table width="641" border="1">
<tr>
<th width="50%" style="background-color:#0C77E2; text-align:center; color:#FFF">LINEA1</th>
<th width="50%" style="background-color:#0C77E2; text-align:center; color:#FFF">Logrado</th>
<th width="50%" style="background-color:#0C77E2; text-align:center; color:#FFF">Meta</th>
</tr>
<th width="50%" style="background-color:#F4DA13; text-align:center; color:#4013F4">Embobinado</th>
<?php
if($numemb>=$metaemb){
echo "<td align='center' bgcolor=#24C012>$numemb</td>";
}else{
echo "<td align='center' bgcolor=#EB1010>$numemb></td>";
}
?>
<td align="center"><?php echo$metaemb;?></td>
</tr>
<tr>
<th width="50%" style="background-color:#F4DA13; text-align:center; color:#4013F4">Oven</th>
<?php
if($numoven>=$metaemb){
echo "<td align='center' bgcolor=#24C012>$numoven</td>";
}else{
echo "<td align='center' bgcolor=#EB1010>$numoven></td>";
}
?>
<td align="center"><?php echo$metaemb; ?></td>
</tr>
<tr>
<th width="50%" style="background-color:#F4DA13; text-align:center; color:#4013F4">Corecoil</th>
<?php
if($numcore>=$metaemb){
echo "<td align='center' bgcolor=#24C012>$numcore</td>";
}else{
echo "<td align='center' bgcolor=#EB1010>$numcore</td>";
}
?>
<td align="center"><?php echo$metaemb;?></td>
</tr>
<tr>
<th width="50%" style="background-color:#F4DA13; text-align:center; color:#4013F4">Final</th>
<?php
if($numfinal>=$metaemb){
echo "<td align='center' bgcolor=#24C012>$numfinal</td>";
}else{
echo "<td align='center' bgcolor=#EB1010>$numfinal</td>";
}
?>
<td align="center"><?php echo$metaemb;?></td>
</tr>
</table>