#03bd01 color space conversions
Hex:
        #03bd01
        RGB:
        3, 189, 1
        CMY:
        99, 26, 100
        CMYK:
        98, 0, 99, 26
      HSL:
        119°, 98.9474%, 37.2549%
        HSV (HSB):
        119°, 99.4709%, 74.1176%
        XYZ:
        18.2406, 36.4167, 6.0965
        xyY:
        0.3002, 0.5994, 36.4167
      CIE-Lab:
        66.8371, -68.6509, 66.3095
        CIE-LCH:
        66.8371, 95.4458, 135.9939
        CIE-Luv:
        66.8371, -63.1180, 81.7222
        Hunter-Lab:
        60.3463, -51.6515, 36.2526
      #03bd01 color charts
#03bd01 RGB chart
      #03bd01 CMYK chart
      #03bd01 RGB pie chart
      #03bd01 color shades, tints & tones
#03bd01 color schemes
#03bd01 color preview, HTML & CSS examples
           This text has a color of #03bd01        
        
          <p style="color:#03bd01;">Text here</p>
        
        
          .mytext {color:#03bd01;}
        
        Text color #03bd01
      
           This box has a color of #03bd01        
        
          <div style="background-color:#03bd01;">Content here</div>
        
        
          .mybackground {background-color:#03bd01;}
        
        Background color #03bd01
      
           Border around this has a color of #03bd01        
        
          <div style="border:2px solid #03bd01;">Content here</div>
        
        
          .myborder {border:2px solid #03bd01;}
        
        Border color #03bd01