Lime
#34E534
GreenColor Codes
All color formats for development
HEX
#34E534RGB
rgb(52, 229, 52)HSL
hsl(120, 77%, 55%)OKLCH
oklch(0.805 0.252 142.8)CMYK
cmyk(77%, 0%, 77%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DDF1D
2#1AC71A
3#17AE17
4#139513
5#107C10
6#0D630D
7#0A4A0A
8#063206
9#031903
Tints
Lighter variations
1#48E748
2#5DEA5D
3#71ED71
4#85EF85
5#99F299
6#AEF4AE
7#C2F7C2
8#D6FAD6
9#EBFCEB
Tones
Muted variations
1#3DDC3D
2#46D346
3#4ECA4E
4#57C157
5#60B860
6#69B069
7#72A772
8#7B9E7B
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 | C4F7 #C4F7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F297 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA61 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E534 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC71A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F710F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094809 | 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: #C4F7C4;
--lime-300: #97F297;
--lime-400: #61EA61;
--lime-500: #34E534;
--lime-600: #1AC71A;
--lime-700: #159E15;
--lime-800: #0F710F;
--lime-900: #094809;
--lime-950: #062D06;
}