Sea Green
#2CB550
GreenColor Codes
All color formats for development
HEX
#2CB550RGB
rgb(44, 181, 80)HSL
hsl(136, 61%, 44%)OKLCH
oklch(0.68 0.182 147.6)CMYK
cmyk(76%, 0%, 56%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A348
2#239140
3#1F7E38
4#1A6C30
5#165A28
6#124820
7#0D3618
8#092410
9#041208
Tints
Lighter variations
1#31CC5A
2#47D26C
3#5ED87F
4#75DE91
5#8CE3A3
6#A3E9B6
7#BAEEC8
8#D1F4DA
9#E8F9ED
Tones
Muted variations
1#33AE53
2#39A757
3#40A05A
4#47995D
5#4E9260
6#558C63
7#5C8567
8#637E6A
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 | CAF2 #CAF2D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B4 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC8C | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D26C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB550 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239040 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19672E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421D | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2912 | 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: #CAF2D4;
--sea-green-300: #A1E8B4;
--sea-green-400: #6FDC8C;
--sea-green-500: #46D26C;
--sea-green-600: #2CB550;
--sea-green-700: #239040;
--sea-green-800: #19672E;
--sea-green-900: #10421D;
--sea-green-950: #0A2912;
}