Sea Green
#25BB41
GreenColor Codes
All color formats for development
HEX
#25BB41RGB
rgb(37, 187, 65)HSL
hsl(131, 67%, 44%)OKLCH
oklch(0.693 0.203 145.4)CMYK
cmyk(80%, 0%, 65%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21A93A
2#1E9634
3#1A832D
4#167027
5#135E20
6#0F4B1A
7#0B3813
8#07250D
9#041306
Tints
Lighter variations
1#2AD349
2#40D95C
3#58DE71
4#70E385
5#88E799
6#A0ECAE
7#B7F1C2
8#CFF6D6
9#E7FAEB
Tones
Muted variations
1#2DB445
2#34AC4A
3#3CA54F
4#439D54
5#4B9658
6#528E5D
7#5A8762
8#617F67
9#69786B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECAB | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE280 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD95C | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB41 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9533 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A25 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4417 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF4;
--sea-green-100: #E1F9E6;
--sea-green-200: #C8F4D0;
--sea-green-300: #9DECAB;
--sea-green-400: #6AE280;
--sea-green-500: #3FD95C;
--sea-green-600: #25BB41;
--sea-green-700: #1D9533;
--sea-green-800: #156A25;
--sea-green-900: #0D4417;
--sea-green-950: #082B0F;
}