Sea Green
#25BB4B
GreenColor Codes
All color formats for development
HEX
#25BB4BRGB
rgb(37, 187, 75)HSL
hsl(135, 67%, 44%)OKLCH
oklch(0.694 0.195 146.8)CMYK
cmyk(80%, 0%, 60%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21A943
2#1E963C
3#1A8334
4#16702D
5#135E25
6#0F4B1E
7#0B3816
8#07250F
9#041307
Tints
Lighter variations
1#2AD354
2#40D966
3#58DE7A
4#70E38D
5#88E7A0
6#A0ECB3
7#B7F1C6
8#CFF6D9
9#E7FAEC
Tones
Muted variations
1#2DB44E
2#34AC52
3#3CA556
4#439D5A
5#4B965D
6#528E61
7#5A8765
8#617F69
9#69786C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECB1 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE288 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD966 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB4B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D953B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A2A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D441B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF5;
--sea-green-100: #E1F9E7;
--sea-green-200: #C8F4D3;
--sea-green-300: #9DECB1;
--sea-green-400: #6AE288;
--sea-green-500: #3FD966;
--sea-green-600: #25BB4B;
--sea-green-700: #1D953B;
--sea-green-800: #156A2A;
--sea-green-900: #0D441B;
--sea-green-950: #082B11;
}