Sea Green
#1FC140
GreenColor Codes
All color formats for development
HEX
#1FC140RGB
rgb(31, 193, 64)HSL
hsl(132, 72%, 44%)OKLCH
oklch(0.708 0.211 145.3)CMYK
cmyk(84%, 0%, 67%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CAE39
2#199A33
3#16872D
4#137426
5#106020
6#0D4D19
7#093A13
8#06270D
9#031306
Tints
Lighter variations
1#23DA48
2#3BDF5B
3#53E370
4#6CE784
5#84EB99
6#9DEFAD
7#B5F3C2
8#CEF7D6
9#E6FBEB
Tones
Muted variations
1#27B945
2#30B149
3#38A94E
4#40A153
5#489958
6#50915D
7#588862
8#608067
9#68786B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFAB | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E67F | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF5B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC140 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A33 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E24 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4617 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF4;
--sea-green-100: #E0FAE5;
--sea-green-200: #C6F6D0;
--sea-green-300: #9AEFAB;
--sea-green-400: #65E67F;
--sea-green-500: #3ADF5B;
--sea-green-600: #1FC140;
--sea-green-700: #199A33;
--sea-green-800: #126E24;
--sea-green-900: #0B4617;
--sea-green-950: #072C0E;
}