Lime
#33E633
GreenColor Codes
All color formats for development
HEX
#33E633RGB
rgb(51, 230, 51)HSL
hsl(120, 78%, 55%)OKLCH
oklch(0.807 0.254 142.8)CMYK
cmyk(78%, 0%, 78%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE11C
2#19C819
3#16AF16
4#139613
5#0F7D0F
6#0C640C
7#094B09
8#063206
9#031903
Tints
Lighter variations
1#47E847
2#5CEB5C
3#70ED70
4#84F084
5#99F299
6#ADF5AD
7#C2F7C2
8#D6FAD6
9#EBFCEB
Tones
Muted variations
1#3CDD3C
2#45D445
3#4ECB4E
4#57C257
5#5FB95F
6#68B068
7#71A771
8#7A9E7A
9#839583
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F297 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB60 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E633 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C819 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E710E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094909 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lime-50: #F1FDF1;
--lime-100: #DFFBDF;
--lime-200: #C4F8C4;
--lime-300: #97F297;
--lime-400: #60EB60;
--lime-500: #33E633;
--lime-600: #19C819;
--lime-700: #149F14;
--lime-800: #0E710E;
--lime-900: #094909;
--lime-950: #062D06;
}