LG 32" Ultragear 2560 x 1440 QHD Gaming Monitor FreeSync 165Hz 1ms - LG | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
LG

LG 32" Ultragear 2560 x 1440 QHD Gaming Monitor FreeSync 165Hz 1ms

SKU: 32GN600-B
R 4 739.00 R 6 759.00
You save R 2 020.00 (30%)
Out of Stock
You save R 2 020.00 (30% off)

Experience the ultimate in gaming performance with the LG UltraGear 31.5" QHD 165Hz Gaming Monitor, featuring a lightning-fast 165Hz refresh rate. This allows gamers to view the next frame instantly, ensuring smooth and fluid image transitions. With rapid response times, you can outmanoeuvre...

Get Notified When Available

Enter your email and we'll notify you when this item is back in stock.

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Experience the ultimate in gaming performance with the LG UltraGear 31.5" QHD 165Hz Gaming Monitor, featuring a lightning-fast 165Hz refresh rate. This allows gamers to view the next frame instantly, ensuring smooth and fluid image transitions. With rapid response times, you can outmanoeuvre opponents and hit your targets with ease, gaining a competitive edge.

Enjoy unparalleled gameplay with 1ms Motion Blur Reduction (MBR), which minimizes blur and ghosting, perfect for dynamic and fast-paced action. Our monitor’s support for HDR10 with 95% sRGB (Typ.) delivers stunningly realistic visuals, bringing the game developers' true colours and contrasts to life. Whether you’re exploring vast landscapes or engaging in intense battles, every scene will appear vivid and dramatic.

FreeSync™ Premium technology ensures seamless, fluid movement in high-resolution, fast-paced games by virtually eliminating screen tearing and stuttering. Combined with an eye-catching, virtually borderless design, this monitor not only enhances your gaming setup but also offers adjustable tilt for optimal comfort during extended play sessions.

FEATURES:

  • 31.5-inch QHD (2560 x 1440) Display
  • 165Hz Refresh Rate
  • 1ms MBR
  • sRGB 95% (Typ.) & HDR10
  • AMD FreeSync™ Premium
  • Virtually Borderless Design

SPECIFICATIONS:

  • Size: 31.5"
  • Resolution: 2560 x 1440
  • Panel Type: VA
  • Aspect Ratio: 16:9
  • Pixel Pitch: 0.2724 x 0.2724 mm
  • Brightness (Typ.): 280 cd/m²
  • Colour Gamut (Typ.): sRGB 95% (CIE1931)
  • Colour Gamut (Min.): sRGB 90% (CIE 1931)
  • Response Time: 5ms (GtG at Faster), 1ms MBR
  • Colour Depth: 16.7M
  • Contrast Ratio: 3000:1
  • Refresh Rate (Max.): 165Hz
  • Viewing Angle: 178º (R/L), 178º (U/D)
  • HDR 10: Yes
  • HDR Effect: Yes
  • Colour Calibrated: Yes
  • Flicker safe: Yes
  • Reader Mode: Yes
  • Motion Blur Reduction Tech.: MBR
  • AMD FreeSync™: Yes
  • FreeSync (Low Frame Compensation): Yes
  • Black Stabilizer: Yes
  • Dynamic Action Sync: Yes
  • Crosshair: Yes
  • Auto Input Switch: Yes
  • Smart Energy Saving: Yes
  • Connectivity:
    • 1 x DisplayPort 1.4
    • 2 x HDMI
    • 1 x 3.5mm Headphone Out
  • HDMI Max Resolution: 2560 x 1440 at 144Hz
  • DP Max Resolution: 2560 x 1440 at 165Hz
  • Display Position Adjustments: Tilt
  • Power Type: External Power
  • Power Consumption (Typ.): 60W
  • AC Input: 100~240V (50/60Hz)
  • Wall Mountable: 100 x 100 mm
  • Product Dimension with Stand (W x H x D): 71.4 x 51.5 x 22.4 cm
  • Product Dimension without Stand (W x H x D): 71.4 x 42.8 x 7.7 cm
  • Product Weight with Stand: 5900g
  • Product Weight without Stand: 5200g

WHAT'S IN THE BOX:

  • LG UltraGear 31.5" QHD 165Hz Gaming Monitor x1
  • Power Cable x1
  • DisplayPort Cable x1
Brand LG
Colour Black
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size 31.5"
Resolution -
Refresh Rate 165Hz
Cpu -
Cpu Socket -
Warranty 36 Months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

MSI MAG 341CQP QD-OLED 34″ UWQHD Curved Gaming Monitor
MSI

MSI MAG 341CQP QD-OLED 34″ UWQHD Curved Gaming Monitor

R 29 999.00

Out of Stock

-21%
MSI G27C4 E3 27" Gaming Monitor 1920 x 1080 (FHD) VA 170Hz FreeSync Premium HDMI Displayport Tilt Black
-10%
LG UltraGear 27" QHD OLED Gaming 480Hz 0,03ms
LG

LG UltraGear 27" QHD OLED Gaming 480Hz 0,03ms

R 18 909.00 R 20 999.00

Save R 2 090.00

Only 3 left - order soon!

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!