limeM3LightPrimary constant

Color const limeM3LightPrimary

Lime M3 theme color for light primary color.

This is primary color you get when you seed from M2 Colors.lime.

In this case it almost the result from the lime color. The result from Here we use 0xFF596400 because the result M2 Colors.lime500 is 0xFF5B6300, and it produces very bright surface. Feels like a bug in the Material Color Utilities algorithm since it does not produce a smooth tone set, it suddenly jumps and gets much brighter at tone 99.

Implementation

static const Color limeM3LightPrimary = Color(0xFF556500);