Sea Green
#2AB752
GreenColor Codes
All color formats for development
HEX
#2AB752RGB
rgb(42, 183, 82)HSL
hsl(137, 63%, 44%)OKLCH
oklch(0.685 0.183 148)CMYK
cmyk(77%, 0%, 55%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25A549
2#219241
3#1D8039
4#196E31
5#155B29
6#114921
7#0C3718
8#082510
9#041208
Tints
Lighter variations
1#2FCE5C
2#45D56E
3#5CDA80
4#73DF92
5#8BE5A4
6#A2EAB6
7#B9EFC8
8#D0F4DB
9#E8FAED
Tones
Muted variations
1#31B055
2#38A958
3#3FA25B
4#469B5E
5#4D9461
6#548C64
7#5B8567
8#627E6A
9#69776D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B4 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE8D | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D56D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB752 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219141 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18682E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF5;
--sea-green-100: #E2F8E8;
--sea-green-200: #C9F3D5;
--sea-green-300: #9FE9B4;
--sea-green-400: #6EDE8D;
--sea-green-500: #44D56D;
--sea-green-600: #2AB752;
--sea-green-700: #219141;
--sea-green-800: #18682E;
--sea-green-900: #0F431E;
--sea-green-950: #092A13;
}