Sea Green
#24BC61
GreenColor Codes
All color formats for development
HEX
#24BC61RGB
rgb(36, 188, 97)HSL
hsl(144, 68%, 44%)OKLCH
oklch(0.7 0.178 151)CMYK
cmyk(81%, 0%, 48%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20AA57
2#1D974E
3#198444
4#16713A
5#125E30
6#0E4B27
7#0B391D
8#072613
9#04130A
Tints
Lighter variations
1#28D46D
2#3FDA7D
3#57DF8D
4#6FE49E
5#87E8AE
6#9FEDBE
7#B7F1CE
8#CFF6DF
9#E7FAEF
Tones
Muted variations
1#2CB562
2#33AD64
3#3BA666
4#429E67
5#4A9669
6#528F6A
7#59876C
8#617F6D
9#69786F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECBC | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E29A | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA7D | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC61 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D964D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B37 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4523 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF6;
--sea-green-100: #E1F9EB;
--sea-green-200: #C7F4D9;
--sea-green-300: #9CECBC;
--sea-green-400: #69E29A;
--sea-green-500: #3EDA7D;
--sea-green-600: #24BC61;
--sea-green-700: #1D964D;
--sea-green-800: #146B37;
--sea-green-900: #0D4523;
--sea-green-950: #082B16;
}