#baff33 color space conversions
Hex:
        #baff33
        RGB:
        186, 255, 51
        CMY:
        27, 0, 80
        CMYK:
        27, 0, 80, 0
      HSL:
        80°, 100.0000%, 60.0000%
        HSV (HSB):
        80°, 80.0000%, 100.0000%
        XYZ:
        56.6072, 82.1981, 16.0143
        xyY:
        0.3656, 0.5309, 82.1981
      CIE-Lab:
        92.6622, -47.6956, 81.7774
        CIE-LCH:
        92.6622, 94.6700, 120.2523
        CIE-Luv:
        92.6622, -34.4067, 102.0571
        Hunter-Lab:
        90.6632, -47.2108, 52.9915
      #baff33 color charts
#baff33 RGB chart
      #baff33 CMYK chart
      #baff33 RGB pie chart
      #baff33 color shades, tints & tones
#baff33 color schemes
#baff33 color preview, HTML & CSS examples
           This text has a color of #baff33        
        
          <p style="color:#baff33;">Text here</p>
        
        
          .mytext {color:#baff33;}
        
        Text color #baff33
      
           This box has a color of #baff33        
        
          <div style="background-color:#baff33;">Content here</div>
        
        
          .mybackground {background-color:#baff33;}
        
        Background color #baff33
      
           Border around this has a color of #baff33        
        
          <div style="border:2px solid #baff33;">Content here</div>
        
        
          .myborder {border:2px solid #baff33;}
        
        Border color #baff33