#2fedbf color space conversions
Hex:
        #2fedbf
        RGB:
        47, 237, 191
        CMY:
        82, 7, 25
        CMYK:
        80, 0, 19, 7
      HSL:
        165°, 84.0708%, 55.6863%
        HSV (HSB):
        165°, 80.1688%, 92.9412%
        XYZ:
        40.8604, 64.9343, 59.6702
        xyY:
        0.2469, 0.3924, 64.9343
      CIE-Lab:
        84.4499, -55.6115, 9.5219
        CIE-LCH:
        84.4499, 56.4208, 170.2839
        CIE-Luv:
        84.4499, -66.9037, 23.2361
        Hunter-Lab:
        80.5818, -50.5066, 12.5035
      #2fedbf color charts
#2fedbf RGB chart
      #2fedbf CMYK chart
      #2fedbf RGB pie chart
      #2fedbf color shades, tints & tones
#2fedbf color schemes
#2fedbf color preview, HTML & CSS examples
           This text has a color of #2fedbf        
        
          <p style="color:#2fedbf;">Text here</p>
        
        
          .mytext {color:#2fedbf;}
        
        Text color #2fedbf
      
           This box has a color of #2fedbf        
        
          <div style="background-color:#2fedbf;">Content here</div>
        
        
          .mybackground {background-color:#2fedbf;}
        
        Background color #2fedbf
      
           Border around this has a color of #2fedbf        
        
          <div style="border:2px solid #2fedbf;">Content here</div>
        
        
          .myborder {border:2px solid #2fedbf;}
        
        Border color #2fedbf