#7CFC00 color codes
- HEX
- #7CFC00
- HEX8
- #7CFC00FF
- HEX8 (Android)
- #FF7CFC00
- RGB
- rgb(124, 252, 0)
- RGB (%)
- 49%, 99%, 0%
- HSL
- hsl(90, 100%, 49%)
- HSV / HSB
- hsv(90, 100%, 99%)
- CMYK
- cmyk(51%, 0%, 100%, 1%)
- OKLCH
- oklch(0.8818 0.2631 136.17)
- OKLCH (%)
- oklch(88.18% 0.2631 136.17)
- Decimal
- 8190976
What color is #7CFC00?
#7CFC00 sits at 88% lightness and 0.2631 chroma in OKLCH, hue 136.17°. Its nearest named color is LawnGreen (an exact match).
Shades and tints of #7CFC00
Tints
Shades
Tones
#7CFC00 color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #7CFC00 in CSS
.text { color: #7CFC00; }
.background { background-color: #7CFC00; }
.border { border: 2px solid #7CFC00; }
/* Modern, perceptually uniform */
.text { color: oklch(0.8818 0.2631 136.17); }
/* #7CFC00 at 50% transparency */
.overlay { background-color: #7CFC0080; }Is #7CFC00 accessible?
#7CFC00 on white text scores 1.33:1; on black text it scores 15.78:1. Black text passes WCAG AAA on #7CFC00. Recommended text color on a #7CFC00 background: black.
A 15.78:1 vs black
A 1.33: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(#7CFC00) → black APCA Lc experimental 87.8 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 #7CFC00?
- #7CFC00 is LawnGreen. In RGB it is rgb(124, 252, 0), and in HSL hsl(90, 100%, 49%).
- What is #7CFC00 in RGB?
- #7CFC00 converts to rgb(124, 252, 0) — red 124, green 252, blue 0.
- What text color is readable on #7CFC00?
- Black text — it has the higher contrast ratio (15.78:1) against #7CFC00. Black text passes WCAG AAA on #7CFC00.