#2dd00b color space conversions
Hex:
        #2dd00b
        RGB:
        45, 208, 11
        CMY:
        82, 18, 96
        CMYK:
        78, 0, 95, 18
      HSL:
        110°, 89.9543%, 42.9412%
        HSV (HSB):
        110°, 94.7115%, 81.5686%
        XYZ:
        23.6985, 45.6938, 7.8874
        xyY:
        0.3067, 0.5913, 45.6938
      CIE-Lab:
        73.3464, -70.4134, 70.6735
        CIE-LCH:
        73.3464, 99.7637, 134.8944
        CIE-Luv:
        73.3464, -65.2917, 88.5654
        Hunter-Lab:
        67.5972, -55.7159, 40.4000
      #2dd00b color charts
#2dd00b RGB chart
      #2dd00b CMYK chart
      #2dd00b RGB pie chart
      #2dd00b color shades, tints & tones
#2dd00b color schemes
#2dd00b color preview, HTML & CSS examples
           This text has a color of #2dd00b        
        
          <p style="color:#2dd00b;">Text here</p>
        
        
          .mytext {color:#2dd00b;}
        
        Text color #2dd00b
      
           This box has a color of #2dd00b        
        
          <div style="background-color:#2dd00b;">Content here</div>
        
        
          .mybackground {background-color:#2dd00b;}
        
        Background color #2dd00b
      
           Border around this has a color of #2dd00b        
        
          <div style="border:2px solid #2dd00b;">Content here</div>
        
        
          .myborder {border:2px solid #2dd00b;}
        
        Border color #2dd00b