Sea Green
#24BC54
GreenColor Codes
All color formats for development
HEX
#24BC54RGB
rgb(36, 188, 84)HSL
hsl(139, 68%, 44%)OKLCH
oklch(0.698 0.189 148.3)CMYK
cmyk(81%, 0%, 55%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20AA4C
2#1D9743
3#19843B
4#167133
5#125E2A
6#0E4B22
7#0B3919
8#072611
9#041308
Tints
Lighter variations
1#28D45F
2#3FDA70
3#57DF82
4#6FE494
5#87E8A6
6#9FEDB8
7#B7F1C9
8#CFF6DB
9#E7FAED
Tones
Muted variations
1#2CB557
2#33AD5A
3#3BA65D
4#429E5F
5#4A9662
6#528F65
7#598768
8#617F6B
9#69786D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECB6 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E28F | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA70 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC54 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9643 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B30 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF5;
--sea-green-100: #E1F9E9;
--sea-green-200: #C7F4D6;
--sea-green-300: #9CECB6;
--sea-green-400: #69E28F;
--sea-green-500: #3EDA70;
--sea-green-600: #24BC54;
--sea-green-700: #1D9643;
--sea-green-800: #146B30;
--sea-green-900: #0D451F;
--sea-green-950: #082B13;
}