Sea Green
#1FC14B
GreenColor Codes
All color formats for development
HEX
#1FC14BRGB
rgb(31, 193, 75)HSL
hsl(136, 72%, 44%)OKLCH
oklch(0.709 0.203 146.8)CMYK
cmyk(84%, 0%, 61%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CAE43
2#199A3C
3#168734
4#13742D
5#106025
6#0D4D1E
7#093A16
8#06270F
9#031307
Tints
Lighter variations
1#23DA54
2#3BDF66
3#53E379
4#6CE78D
5#84EBA0
6#9DEFB3
7#B5F3C6
8#CEF7D9
9#E6FBEC
Tones
Muted variations
1#27B94E
2#30B152
3#38A956
4#40A15A
5#48995D
6#509161
7#588865
8#608069
9#68786C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB1 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E688 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF66 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC14B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E2A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B461B | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF5;
--sea-green-100: #E0FAE7;
--sea-green-200: #C6F6D3;
--sea-green-300: #9AEFB1;
--sea-green-400: #65E688;
--sea-green-500: #3ADF66;
--sea-green-600: #1FC14B;
--sea-green-700: #199A3B;
--sea-green-800: #126E2A;
--sea-green-900: #0B461B;
--sea-green-950: #072C11;
}