Lime

#16CA19

Green

Color Codes

All color formats for development

HEX
#16CA19
RGB
rgb(22, 202, 25)
HSL
hsl(121, 80%, 44%)
OKLCH
oklch(0.729 0.241 142.7)
CMYK
cmyk(89%, 0%, 88%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.21:1

AA AAA

On Black Background

9.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C3F8
300
#95F3
400
#5EED
500
#30E8
600
#16CA
700
#12A1
800
#0D73
900
#0849
950
#052E

Shades

Darker variations

1#14B617
2#12A214
3#108D12
4#0D790F
5#0B650D
6#09510A
7#073D08
8#042805
9#021403

Tints

Lighter variations

1#19E41D
2#31E834
3#4BEB4E
4#65EE67
5#7EF180
6#98F49A
7#B2F6B3
8#CCF9CC
9#E5FCE6

Tones

Muted variations

1#1FC122
2#28B82B
3#31AF33
4#3AA63C
5#439D45
6#4C944D
7#558B56
8#5E825F
9#677968

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF1
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBDF
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8C4
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F397
BordersInactive statesPlaceholder text
400
5EED
#5EED61
Disabled statesSecondary iconsMuted text
500
30E8
#30E834
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA19
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A114
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D730E
Text on light backgroundsHeadingsStrong borders
900
0849
#084909
Primary textHigh emphasis contentDark headings
950
052E
#052E06
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lime-50: #F1FDF1;
  --lime-100: #DFFBDF;
  --lime-200: #C3F8C4;
  --lime-300: #95F397;
  --lime-400: #5EED61;
  --lime-500: #30E834;
  --lime-600: #16CA19;
  --lime-700: #12A114;
  --lime-800: #0D730E;
  --lime-900: #084909;
  --lime-950: #052E06;
}
Generate More ShadesCreate PaletteConvert Color