Sea Green
#25BB52
GreenColor Codes
All color formats for development
HEX
#25BB52RGB
rgb(37, 187, 82)HSL
hsl(138, 67%, 44%)OKLCH
oklch(0.695 0.189 148)CMYK
cmyk(80%, 0%, 56%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21A94A
2#1E9642
3#1A8339
4#167031
5#135E29
6#0F4B21
7#0B3819
8#072510
9#041308
Tints
Lighter variations
1#2AD35D
2#40D96E
3#58DE80
4#70E392
5#88E7A4
6#A0ECB7
7#B7F1C9
8#CFF6DB
9#E7FAED
Tones
Muted variations
1#2DB455
2#34AC58
3#3CA55B
4#439D5E
5#4B9661
6#528E64
7#5A8767
8#617F6A
9#69786D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECB5 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE28E | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD96D | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB52 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9541 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A2F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D441E | 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: #F2FCF5;
--sea-green-100: #E1F9E8;
--sea-green-200: #C8F4D5;
--sea-green-300: #9DECB5;
--sea-green-400: #6AE28E;
--sea-green-500: #3FD96D;
--sea-green-600: #25BB52;
--sea-green-700: #1D9541;
--sea-green-800: #156A2F;
--sea-green-900: #0D441E;
--sea-green-950: #082B13;
}