Lime
#30E830
GreenColor Codes
All color formats for development
HEX
#30E830RGB
rgb(48, 232, 48)HSL
hsl(120, 80%, 55%)OKLCH
oklch(0.812 0.258 142.7)CMYK
cmyk(79%, 0%, 79%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E319
2#16CA16
3#14B114
4#119711
5#0E7E0E
6#0B650B
7#084C08
8#063206
9#031903
Tints
Lighter variations
1#45EA45
2#5AED5A
3#6EEF6E
4#83F183
5#98F498
6#ACF6AC
7#C1F8C1
8#D6FAD6
9#EAFDEA
Tones
Muted variations
1#3ADF3A
2#43D643
3#4CCD4C
4#55C355
5#5EBA5E
6#68B168
7#71A871
8#7A9F7A
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 | C3F8 #C3F8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F395 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED5E | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E830 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A112 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D730D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084908 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lime-50: #F1FDF1;
--lime-100: #DFFBDF;
--lime-200: #C3F8C3;
--lime-300: #95F395;
--lime-400: #5EED5E;
--lime-500: #30E830;
--lime-600: #16CA16;
--lime-700: #12A112;
--lime-800: #0D730D;
--lime-900: #084908;
--lime-950: #052E05;
}