# File lib/gd2/color.rb, line 170
    def green
      (rgba & 0x00FF00) >> 8
    end