Sea Green
#1BC540
GreenColor Codes
All color formats for development
HEX
#1BC540RGB
rgb(27, 197, 64)HSL
hsl(133, 76%, 44%)OKLCH
oklch(0.718 0.216 145.4)CMYK
cmyk(86%, 0%, 68%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18B239
2#169E33
3#138A2D
4#107626
5#0D6320
6#0B4F1A
7#083B13
8#05270D
9#031406
Tints
Lighter variations
1#1EDF48
2#36E45C
3#4FE770
4#68EA84
5#81EE99
6#9AF1AD
7#B4F5C2
8#CDF8D6
9#E6FCEB
Tones
Muted variations
1#23BD45
2#2CB44A
3#35AC4E
4#3DA353
5#469B58
6#4E925D
7#578A62
8#5F8167
9#68796B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1AB | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EA7F | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E35B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC540 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D33 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7024 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4817 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF4;
--sea-green-100: #E0FBE5;
--sea-green-200: #C5F7D0;
--sea-green-300: #98F1AB;
--sea-green-400: #62EA7F;
--sea-green-500: #35E35B;
--sea-green-600: #1BC540;
--sea-green-700: #159D33;
--sea-green-800: #0F7024;
--sea-green-900: #0A4817;
--sea-green-950: #062D0F;
}