LG UltraGear 24" FHD IPS Gaming Monitor 180Hz 1ms - LG | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
LG

LG UltraGear 24" FHD IPS Gaming Monitor 180Hz 1ms

SKU: 24GS60F-B.AFAQ
R 4 499.00
In Stock

Get ready to dominate the game with the LG UltraGear 24GS60F 24" FHD IPS Gaming Monitor, engineered for speed, clarity, and responsiveness. Designed with competitive gamers in mind, this monitor features a blazing-fast 180Hz refresh rate and an ultra-responsive 1ms (GtG) response time, ensuring...

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

Get ready to dominate the game with the LG UltraGear 24GS60F 24" FHD IPS Gaming Monitor, engineered for speed, clarity, and responsiveness. Designed with competitive gamers in mind, this monitor features a blazing-fast 180Hz refresh rate and an ultra-responsive 1ms (GtG) response time, ensuring fluid motion and razor-sharp visuals in every frame. Whether you're locked in an intense FPS or exploring vast virtual worlds, the Full HD 1920x1080 IPS panel delivers vibrant colours and consistent image quality from edge to edge.

Experience ultra-smooth gameplay with AMD FreeSync™ and NVIDIA G-SYNC® Compatibility, reducing screen tearing and stuttering for seamless performance. HDR10 support and 99% sRGB colour gamut bring your favourite titles to life with vivid, true-to-life visuals, while gaming tools like Dynamic Action Sync, Black Stabilizer, and Crosshair give you the competitive edge in every firefight. An FPS counter displays real-time frame data so you can monitor performance at a glance.

The 24GS60F offers a streamlined, immersive setup with a 3-side virtually borderless design, giving you more screen space and less distraction. Easily adjust your viewing angle with the tilt-adjustable stand, or mount it to your setup using the 100 x 100 mm VESA compatibility for a clean, custom layout. With 1x HDMI and 1x DisplayPort, this monitor is ready to connect to your gaming rig or console.

Whether you're an eSports enthusiast or a casual gamer, the LG UltraGear 24GS60F delivers high-performance visuals with pro-level features — all backed by a 36-month carry-in warranty. Power your play with LG’s trusted UltraGear line and bring out the best in every game.

FEATURES:

  • 23,8" FHD (1920x1080) IPS Panel
  • 180Hz Refresh Rate
  • 1ms Response Time
  • AMD FreeSync™, NVIDIA G-Sync™ Compatible
  • FPS Counter
  • 1x HDMI ; 1x Display Port
  • Tilt Functionality
  • 36 Months Carry-In Warranty

SPECIFICATIONS:

  • Listing Screen Size: 24"
  • Actual Screen Size: 23.8"
  • Screen Type: IPS
  • Resolution: 1920 x 1080
  • Aspect Ratio: 16:9
  • Brightness [cd/m²]: 300
  • Contrast Ratio: 1000:1
  • Response Time: 1ms (GtG at Faster)
  • Refresh Rate: 180Hz
  • HDR 10: Yes
  • FreeSync / G-Sync: AMD FreeSync™, NVIDIA G-Sync™ Compatible
  • HDMI: YES(1ea)
  • Display Port: YES(1ea)
  • Tilt: Adjustable Tilt
  • Wall Mountable: 100 x 100 mm
  • Warranty: 36 Months Carry-in Warranty

WHAT'S IN THE BOX:

  • LG UltraGear 24" FHD IPS Gaming Monitor 180Hz 1ms x1
  • DisplayPort Cable x1
Brand LG
Colour Black
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate 180Hz
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

// 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!