Product Description
Get wrapped up in the action on the 27” LG UltraGear gaming monitor with the stunning picture quality of LG OLED and an astoundingly fast refresh rate up to 240Hz and .03ms response time. The monitor is also certified VESA DisplayHDR True Black 400 which enables gamers to experience HDR in games as developers intended. The OLED screen produces the stunning, rich black levels and bright, deep color contrast for the on-screen visuals gamers crave. The monitor’s virtually borderless design, height, tilt and pivot adjustability along with impressive connectivity options and make this UltraGear, ultra-essential for your battlestation setup.
Source: Circana, LLC, Retail Tracking, Monitors, Gaming Designed, Display Type: OLED, Dollars, Jan – Dec 2025
¹Actual refresh rates may vary depending on computer graphics specifications and configurations.
²NVIDIA G-SYNC Compatible supports variable refresh rate on GeForce GTX 10 Series and higher GPUs on Display Port, and GeForce RTX 30 Series and higher GPUs on HDMI 2.1.
³Graphics card that supports DisplayPort 1.4 or HDMI 2.1 are required to achieve up to 240Hz refresh rate support. Graphics card sold separately.
#productDescription h3 {
margin: 0.75em 0px 0.375em -1px;
}
.aplus-v2 .aplus-content-wrapper {
position: relative;
overflow: hidden;
}
.aplus-v2 .container-with-background-image {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
}
function logShoppableMetrics(moduleName, showsAddToCart) {
if (window.ue && window.ue.count) {
window.ue.count(“aplus:shoppable:” + moduleName + “:addToCart”, showsAddToCart ? 1 : 0);
}
}
From the manufacturer
Up to 240Hz & 0.03ms for Outrageously Fast OLED Gaming
27GS93QE-B Video Refresh Rate
(window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js(‘https://m.media-amazon.com/images/I/61rtJ3+GOOL.js?AUIClients/VSEPlayer’);
(window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js(‘https://m.media-amazon.com/images/I/3175HHgX+OL._RC|11KFCxsEshL.js,11uNd0zHc-L.js,51ocjucRF0L.js,41tLmUCnr0L.js,91G7VmlBk7L.js,11cPgPsKKOL.js_.js?AUIClients/Brila’);
Gear up for smooth gameplay with an ultra-fast 240Hz OLED display. The faster speed lets you respond quickly to opponents and stay a step ahead of the competition. Plus, enjoy smoother scenes with less lag or ghosting thanks to LG UltraGear OLED’s nearly instantaneous 0.03ms (GtG) response time.¹
-
VESA DisplayHDR True Black 400
VESA DisplayHDR True Black 400 certified means this monitor meets industry standards for brightness as well as deep, rich black color expression with a 1.5M:1 contrast ratio.
-
NVIDIA G-SYNC Compatible
Officially validated by NVIDIA as G-SYNC Compatible² and equipped with AMD FreeSync Premium Pro means this UltraGear provides smooth, fast action that reduces screen tearing and stutter.
-
Anti-Glare / Low Reflection OLED
Play with less distractions thanks to an anti-glare screen that minimizes light reflections and lets you concentrate on winning.
P.now(“premium-aplus-13-carousel-2”).execute(“init-pagination-carousel”, function(init) {
if (init) {
return;
}
P.register(“premium-aplus-13-carousel-2”, function() {
return function() {
P.when(“A”, “jQuery”, “a-carousel-framework”, “ready”).execute(“paginate-carousel”, function (A, $, framework) {
const ENTER_KEY_CODE = 13;
const ESCAPE_KEY_CODE = 27;
const LEFT_ARROW_KEY = 37;
const RIGHT_ARROW_KEY = 39;
const HOME_KEY = 36;
const END_KEY = 35;
var moduleId = “2”;
var carouselName = “premium-aplus-13-carousel-2”;
var paginationAction = “aplus-pagination-dot-action-” + moduleId + “-” + carouselName;
var paginationGroup = “#aplus-pagination-group-” + moduleId + “-” + carouselName;
/* If the carousel goes to a new page */
A.on(“a:carousel:”+carouselName+”:change:pageNumber”, function (data) {
A.$(paginationGroup+” .carousel-slider-circle”).removeClass(“aplus-carousel-active”).attr(‘aria-selected’, ‘false’).attr(‘tabindex’, -1)
.eq(data.newValue – 1).addClass(“aplus-carousel-active”).attr(‘aria-selected’, ‘true’).attr(‘tabindex’, 0);
});
function syncPaginationDotsWithCarouselPages(numPages) {
const parentElement = document.querySelector(paginationGroup);
if (parentElement && parentElement.children) {
const children = parentElement.children;
for (let i = 0; i = numPages) {
// If number of dots > num of pages, we should hide other dots
children[i].classList.add(‘aplus-pagination-dot–display-none’);
} else if (children[i].classList.contains(‘aplus-pagination-dot–display-none’)) {
// Reset display of dots if it was hidden before
children[i].classList.remove(‘aplus-pagination-dot–display-none’);
}
}
}
}
framework.onInit(carouselName, function (carousel) {
try {
var totalPages = carousel.getAttr(‘totalPages’);
syncPaginationDotsWithCarouselPages(totalPages);
/* Resize event handler to re-calculate the pagination dots count based on orientation */
window.addEventListener(‘resize’, function() {
carousel.resize();
totalPages = carousel.getAttr(‘totalPages’);
syncPaginationDotsWithCarouselPages(totalPages);
});
A.declarative(paginationAction, ‘click keydown’, function(event){
var isClick = event.type === ‘click’;
var isKeydown = event.type === ‘keydown’;
var isEnter = isKeydown && event.$event.keyCode === ENTER_KEY_CODE;
var isEsc = isKeydown && event.$event.keyCode === ESCAPE_KEY_CODE;
var isLeftArrow = isKeydown && event.$event.keyCode === LEFT_ARROW_KEY;
var isRightArrow = isKeydown && event.$event.keyCode === RIGHT_ARROW_KEY;
var isHome = isKeydown && event.$event.keyCode === HOME_KEY;
var isEnd = isKeydown && event.$event.keyCode === END_KEY;
if (isClick || isEnter) {
var data = event.data;
carousel.gotoPage(data.page);
} else if (isEsc) {
event.$target.blur();
} else if (isLeftArrow || isRightArrow || isHome || isEnd) {
event.$event.preventDefault();
const dots = A.$(paginationGroup + ” .carousel-slider-circle”);
const currentIndex = dots.index(event.$target);
let nextIndex;
if (isLeftArrow) {
nextIndex = currentIndex > 0 ? currentIndex – 1 : dots.length – 1;
} else if (isRightArrow) {
nextIndex = currentIndex < dots.length – 1 ? currentIndex + 1 : 0;
} else if (isHome) {
nextIndex = 0;
} else if (isEnd) {
nextIndex = dots.length – 1;
}
dots.eq(nextIndex).focus();
carousel.gotoPage(nextIndex + 1);
}
});
} catch (e) {
P.log('Failed to init ' + carouselName + '. Error: ' + e.message, 'FATAL', 'AplusModuleResources');
}
});
});
}
});
});
Bold Color On A 27″ Screen
Bring big time color to the screen. The LG UltraGear OLED 27″ display lets you explore HDR content the way it was meant to be seen with up to 98.5% coverage of DCI-P3 —an elevated color spectrum that showcases brilliant color.
Designed For the Win
Lose yourself in the game with a virtually borderless, ultra-thin design that optimizes space within your battlestation. Easily make height, tilt, and pivot adjustments to the display to be able to see and play exactly to your specs.
Customized For a Game Changing Experience
Choose from a variety of modes including Gamer, FPS or RTS to optimize display settings for the best view possible.
Serious Connections for Serious Gamers
Enjoy smoother, vivid colors and high-resolution graphics thanks to HDMI 2.1 and DisplayPort 1.4. Both connections are supported on this display and let you experience up to 240Hz refresh rate.³
Dynamic Action Sync
Respond to action as it happens with reduced input lag.
Black Stabilizer
Black Stabilizer is your ally to attack or defend in dark scenes.
Crosshair
Center-display crosshairs give enhanced vision and precision for accuracy.
FPS Counter
Your frames per second displayed for real-time data.










Reviews
There are no reviews yet.