# File lib/sass/script/value/color.rb, line 305
    def green
      hsl_to_rgb!
      @attrs[:green]
    end