#7FFF00 color codes
- HEX
- #7FFF00
- HEX8
- #7FFF00FF
- HEX8 (Android)
- #FF7FFF00
- RGB
- rgb(127, 255, 0)
- RGB (%)
- 50%, 100%, 0%
- HSL
- hsl(90, 100%, 50%)
- HSV / HSB
- hsv(90, 100%, 100%)
- CMYK
- cmyk(50%, 0%, 100%, 0%)
- OKLCH
- oklch(0.8903 0.2648 136.01)
- OKLCH (%)
- oklch(89.03% 0.2648 136.01)
- Decimal
- 8388352
What color is #7FFF00?
#7FFF00 sits at 89% lightness and 0.2648 chroma in OKLCH, hue 136.01°. Its nearest named color is Chartreuse (an exact match).
Shades and tints of #7FFF00
Tints
Shades
Tones
#7FFF00 color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #7FFF00 in CSS
.text { color: #7FFF00; }
.background { background-color: #7FFF00; }
.border { border: 2px solid #7FFF00; }
/* Modern, perceptually uniform */
.text { color: oklch(0.8903 0.2648 136.01); }
/* #7FFF00 at 50% transparency */
.overlay { background-color: #7FFF0080; }Is #7FFF00 accessible?
#7FFF00 on white text scores 1.30:1; on black text it scores 16.21:1. Black text passes WCAG AAA on #7FFF00. Recommended text color on a #7FFF00 background: black.
A 16.21:1 vs black
A 1.3:1 vs white
- AA normal ≥ 4.5 Pass
- AA large ≥ 3 Pass
- AAA normal ≥ 7 Pass
- AAA large ≥ 4.5 Pass
Recommended text color: black
CSS
contrast-color() contrast-color(#7FFF00) → black APCA Lc experimental 89.4 Lc · body text (black text)
WCAG 2.1 AA/AAA is the compliance floor; APCA is an optional readability metric.
Related colors
Nearest featured color: Green #008000. See more in the green family on the colors hub.
Frequently asked questions
- What color is #7FFF00?
- #7FFF00 is Chartreuse. In RGB it is rgb(127, 255, 0), and in HSL hsl(90, 100%, 50%).
- What is #7FFF00 in RGB?
- #7FFF00 converts to rgb(127, 255, 0) — red 127, green 255, blue 0.
- What text color is readable on #7FFF00?
- Black text — it has the higher contrast ratio (16.21:1) against #7FFF00. Black text passes WCAG AAA on #7FFF00.