#00FF80 color codes
- HEX
- #00FF80
- HEX8
- #00FF80FF
- HEX8 (Android)
- #FF00FF80
- RGB
- rgb(0, 255, 128)
- RGB (%)
- 0%, 100%, 50%
- HSL
- hsl(150, 100%, 50%)
- HSV / HSB
- hsv(150, 100%, 100%)
- CMYK
- cmyk(100%, 0%, 50%, 0%)
- OKLCH
- oklch(0.8751 0.2344 151.18)
- OKLCH (%)
- oklch(87.51% 0.2344 151.18)
- Decimal
- 65408
What color is #00FF80?
#00FF80 sits at 88% lightness and 0.2344 chroma in OKLCH, hue 151.18°. Its nearest named color is SpringGreen.
Shades and tints of #00FF80
Tints
Shades
Tones
#00FF80 color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #00FF80 in CSS
.text { color: #00FF80; }
.background { background-color: #00FF80; }
.border { border: 2px solid #00FF80; }
/* Modern, perceptually uniform */
.text { color: oklch(0.8751 0.2344 151.18); }
/* #00FF80 at 50% transparency */
.overlay { background-color: #00FF8080; }Is #00FF80 accessible?
#00FF80 on white text scores 1.34:1; on black text it scores 15.62:1. Black text passes WCAG AAA on #00FF80. Recommended text color on a #00FF80 background: black.
A 15.62:1 vs black
A 1.34: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(#00FF80) → 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 #00FF80?
- #00FF80 is closest to SpringGreen. In RGB it is rgb(0, 255, 128), and in HSL hsl(150, 100%, 50%).
- What is #00FF80 in RGB?
- #00FF80 converts to rgb(0, 255, 128) — red 0, green 255, blue 128.
- What text color is readable on #00FF80?
- Black text — it has the higher contrast ratio (15.62:1) against #00FF80. Black text passes WCAG AAA on #00FF80.