Row-Selected-Color
This property allows you to set or retrieve the color of the selected rows when Selection-Mode includes grsm-row-selection. Foreground and background color values are combined and therefore RGB colors are not supported. See "Color management" for further details.
 
Example - Set the colors for selected rows
procedure division.
...
  modify screen-1-gr-1 row-selected-color 480
..