#2add05 color space conversions
Hex:
        #2add05
        RGB:
        42, 221, 5
        CMY:
        84, 13, 98
        CMYK:
        81, 0, 98, 13
      HSL:
        110°, 95.5752%, 44.3137%
        HSV (HSB):
        110°, 97.7376%, 86.6667%
        XYZ:
        26.8387, 52.2161, 8.8078
        xyY:
        0.3055, 0.5943, 52.2161
      CIE-Lab:
        77.4099, -74.6007, 74.5550
        CIE-LCH:
        77.4099, 105.4691, 135.0176
        CIE-Luv:
        77.4099, -69.9421, 94.0519
        Hunter-Lab:
        72.2607, -60.1587, 43.3557
      #2add05 color charts
#2add05 RGB chart
      #2add05 CMYK chart
      #2add05 RGB pie chart
      #2add05 color shades, tints & tones
#2add05 color schemes
#2add05 color preview, HTML & CSS examples
           This text has a color of #2add05        
        
          <p style="color:#2add05;">Text here</p>
        
        
          .mytext {color:#2add05;}
        
        Text color #2add05
      
           This box has a color of #2add05        
        
          <div style="background-color:#2add05;">Content here</div>
        
        
          .mybackground {background-color:#2add05;}
        
        Background color #2add05
      
           Border around this has a color of #2add05        
        
          <div style="border:2px solid #2add05;">Content here</div>
        
        
          .myborder {border:2px solid #2add05;}
        
        Border color #2add05