#6DF024
A medium, vivid green closely aligning with Lawngreen.
About #6DF024
Visually, #6DF024 is defined as a vivid green. Its closest recognized web color is Lawngreen. This translates to an RGB value of rgb(109, 240, 36).
For print applications, it's crucial to understand its CMYK makeup. The color uses 55% Cyan, 0% Magenta, 85% Yellow, and 6% Black. With a hue angle of 98.5 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6DF024
RGB109, 240, 36
HSL98.5°, 87.2%, 54.1%
CMYK55%, 0%, 85%, 6%
HSV98.5°, 85.0%, 94.1%
LAB84.8, -67.0, 77.0
XYZ37.8, 65.7, 12.4
Decimal7204900
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.14:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DF024;
}
.text-color {
color: #6DF024;
}
.border-color {
border: 2px solid #6DF024;
}