lime property

Vector4 get lime

RGBA values for the named CSS color 'lime'.

Implementation

static Vector4 get lime => Vector4(0.0 / 255.0, 255.0 / 255.0, 0.0 / 255.0, 255.0 / 255.0);