Sea Green
#25BB57
GreenColor Codes
All color formats for development
HEX
#25BB57RGB
rgb(37, 187, 87)HSL
hsl(140, 67%, 44%)OKLCH
oklch(0.696 0.185 148.9)CMYK
cmyk(80%, 0%, 53%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21A94E
2#1E9646
3#1A833D
4#167034
5#135E2C
6#0F4B23
7#0B381A
8#072511
9#041309
Tints
Lighter variations
1#2AD362
2#40D973
3#58DE85
4#70E396
5#88E7A8
6#A0ECB9
7#B7F1CB
8#CFF6DC
9#E7FAEE
Tones
Muted variations
1#2DB45A
2#34AC5C
3#3CA55F
4#439D61
5#4B9664
6#528E66
7#5A8769
8#617F6B
9#69786E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECB7 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE292 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD973 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB57 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9545 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A32 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4420 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF6;
--sea-green-100: #E1F9E9;
--sea-green-200: #C8F4D6;
--sea-green-300: #9DECB7;
--sea-green-400: #6AE292;
--sea-green-500: #3FD973;
--sea-green-600: #25BB57;
--sea-green-700: #1D9545;
--sea-green-800: #156A32;
--sea-green-900: #0D4420;
--sea-green-950: #082B14;
}