Lime
#16CA16
GreenColor Codes
All color formats for development
HEX
#16CA16RGB
rgb(22, 202, 22)HSL
hsl(120, 80%, 44%)OKLCH
oklch(0.729 0.242 142.6)CMYK
cmyk(89%, 0%, 89%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14B614
2#12A212
3#108D10
4#0D790D
5#0B650B
6#095109
7#073D07
8#042804
9#021402
Tints
Lighter variations
1#19E419
2#31E831
3#4BEB4B
4#65EE65
5#7EF17E
6#98F498
7#B2F6B2
8#CCF9CC
9#E5FCE5
Tones
Muted variations
1#1FC11F
2#28B828
3#31AF31
4#3AA63A
5#439D43
6#4C944C
7#558B55
8#5E825E
9#677967
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;
}