Sea Green
#31AF3C
GreenColor Codes
All color formats for development
HEX
#31AF3CRGB
rgb(49, 175, 60)HSL
hsl(125, 56%, 44%)OKLCH
oklch(0.663 0.189 144.2)CMYK
cmyk(72%, 0%, 66%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C9E36
2#278C30
3#237B2A
4#1E6924
5#19581E
6#144618
7#0F3512
8#0A230C
9#051206
Tints
Lighter variations
1#38C543
2#4DCD57
3#63D36C
4#79D981
5#90E096
6#A6E6AB
7#BCECC0
8#D2F2D5
9#E9F9EA
Tones
Muted variations
1#38A941
2#3EA246
3#449C4C
4#4B9651
5#519056
6#57895B
7#5D8360
8#647D66
9#6A766B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5A9 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D87C | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD57 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF3C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B30 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6322 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124016 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF4;
--sea-green-100: #E3F7E5;
--sea-green-200: #CBF0CE;
--sea-green-300: #A4E5A9;
--sea-green-400: #74D87C;
--sea-green-500: #4CCD57;
--sea-green-600: #31AF3C;
--sea-green-700: #278B30;
--sea-green-800: #1C6322;
--sea-green-900: #124016;
--sea-green-950: #0B280E;
}