#00bf01 color space conversions
Hex:
        #00bf01
        RGB:
        0, 191, 1
        CMY:
        100, 25, 100
        CMYK:
        100, 0, 99, 25
      HSL:
        120°, 100.0000%, 37.4510%
        HSV (HSB):
        120°, 100.0000%, 74.9020%
        XYZ:
        18.6363, 37.2638, 6.2391
        xyY:
        0.2999, 0.5997, 37.2638
      CIE-Lab:
        67.4745, -69.3277, 66.8162
        CIE-LCH:
        67.4745, 96.2847, 136.0569
        CIE-Luv:
        67.4745, -63.8835, 82.5231
        Hunter-Lab:
        61.0441, -52.3325, 36.6710
      #00bf01 color charts
#00bf01 RGB chart
      #00bf01 CMYK chart
      #00bf01 RGB pie chart
      #00bf01 color shades, tints & tones
#00bf01 color schemes
#00bf01 color preview, HTML & CSS examples
           This text has a color of #00bf01        
        
          <p style="color:#00bf01;">Text here</p>
        
        
          .mytext {color:#00bf01;}
        
        Text color #00bf01
      
           This box has a color of #00bf01        
        
          <div style="background-color:#00bf01;">Content here</div>
        
        
          .mybackground {background-color:#00bf01;}
        
        Background color #00bf01
      
           Border around this has a color of #00bf01        
        
          <div style="border:2px solid #00bf01;">Content here</div>
        
        
          .myborder {border:2px solid #00bf01;}
        
        Border color #00bf01