Green
#00522A
GreenColor Codes
All color formats for development
HEX
#00522ARGB
rgb(0, 82, 42)HSL
hsl(151, 100%, 16%)OKLCH
oklch(0.385 0.097 153.9)CMYK
cmyk(100%, 0%, 49%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#004926
2#004122
3#00391E
4#003119
5#002915
6#002111
7#00180D
8#001008
9#000804
Tints
Lighter variations
1#007C40
2#00A756
3#00D26D
4#00FD83
5#29FF97
6#54FFAC
7#7EFFC1
8#A9FFD6
9#D4FFEA
Tones
Muted variations
1#044E2A
2#08492A
3#0C452A
4#10412A
5#143D29
6#183929
7#1D3529
8#213129
9#252D29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFDF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFC6 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFA9 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFF90 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E074 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B35C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008042 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00522A | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F0FFF8;
--green-100: #DBFFEE;
--green-200: #BDFFDF;
--green-300: #8AFFC6;
--green-400: #4DFFA9;
--green-500: #1AFF90;
--green-600: #00E074;
--green-700: #00B35C;
--green-800: #008042;
--green-900: #00522A;
--green-950: #00331A;
}