Skip to contents

Access the HEX code of the green used by EastBIO

Usage

ebio_green()

Value

The HEX code of the EastBIO green.

See also

Other EBIO Colours: ebio_blue(), ebio_orange(), ebio_red()

Examples


barplot(
  1:3,
  col = ebio_green()
)