#7CF083
A light, vivid green closely aligning with Palegreen.
About #7CF083
When working with digital screens, the color #7CF083 is rendered by mixing light. Its closest recognized web color is Palegreen. This translates to an RGB value of rgb(124, 240, 131).
If you are designing for print, the four-color process is what matters most. The color uses 48% Cyan, 0% Magenta, 45% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7CF083
RGB124, 240, 131
HSL123.6°, 79.5%, 71.4%
CMYK48%, 0%, 45%, 6%
HSV123.6°, 48.3%, 94.1%
LAB86.1, -54.7, 42.6
XYZ43.6, 68.2, 32.3
Decimal8188035
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.65:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CF083;
}
.text-color {
color: #7CF083;
}
.border-color {
border: 2px solid #7CF083;
}