#00FF7F color codes
- HEX
- #00FF7F
- HEX8
- #00FF7FFF
- HEX8 (Android)
- #FF00FF7F
- RGB
- rgb(0, 255, 127)
- RGB (%)
- 0%, 100%, 50%
- HSL
- hsl(150, 100%, 50%)
- HSV / HSB
- hsv(150, 100%, 100%)
- CMYK
- cmyk(100%, 0%, 50%, 0%)
- OKLCH
- oklch(0.8749 0.2353 151.02)
- OKLCH (%)
- oklch(87.49% 0.2353 151.02)
- Decimal
- 65407
What color is #00FF7F?
#00FF7F sits at 87% lightness and 0.2353 chroma in OKLCH, hue 151.02°. Its nearest named color is SpringGreen (an exact match).
Shades and tints of #00FF7F
Tints
Shades
Tones
#00FF7F color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #00FF7F in CSS
.text { color: #00FF7F; }
.background { background-color: #00FF7F; }
.border { border: 2px solid #00FF7F; }
/* Modern, perceptually uniform */
.text { color: oklch(0.8749 0.2353 151.02); }
/* #00FF7F at 50% transparency */
.overlay { background-color: #00FF7F80; }Is #00FF7F accessible?
#00FF7F on white text scores 1.35:1; on black text it scores 15.61:1. Black text passes WCAG AAA on #00FF7F. Recommended text color on a #00FF7F background: black.
A 15.61:1 vs black
A 1.35: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(#00FF7F) → black APCA Lc experimental 87.5 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 #00FF7F?
- #00FF7F is SpringGreen. In RGB it is rgb(0, 255, 127), and in HSL hsl(150, 100%, 50%).
- What is #00FF7F in RGB?
- #00FF7F converts to rgb(0, 255, 127) — red 0, green 255, blue 127.
- What text color is readable on #00FF7F?
- Black text — it has the higher contrast ratio (15.61:1) against #00FF7F. Black text passes WCAG AAA on #00FF7F.