Html Css Color HEX #2DDF49 Lime Green

📋 copy color: '#2DDF49'

red 45 ◦ green 223 ◦ blue 73

#2DDF49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2DDF49

Tints of Lime Green #2DDF49

RGB

 RED value IS 45 (17.97% from 255) = 13.2%

 GREEN value IS 223 (87.5% from 255) = 65.4%

 BLUE value IS 73 (28.91% from 255) = 21.41%

R = 13.2%
G = 65.4%
B = 21.41%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2DDF49 (or 0x2DDF49) is known color: Lime Green. HEX triplet: 2D, DF and 49. RGB value is (45,223,73). Sum of RGB (Red+Green+Blue) = 45+223+73=341 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.20% from 341); Green value is 223 (87.5% from 255 or 65.40% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDF49 is #D220B6. Grayscale: #999999. Windows color (decimal): -13770935 or 4841261. OLE color: 4841261.

HSL color Cylindrical-coordinate representation of color #2DDF49: hue angle of 129.44º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDF49 is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 45 223 73 -
CMYK 0.80 0 0.67 0.13
HSL 129.44º 0.74% 0.53% -
HSV(B) 129.44º 0.8% 0.87% -
XYZ 28.67 53.81 15.18 -
YUV 152.68 83.03 51.2 -
System Red Green Blue C M Y K H S L
Decimal 45 223 73 0.80 0 0.67 0.13 129.44 0.74 0.53
Hex 2D DF 49 50 0 43 D 81 4A 35
Octal 55 337 111 120 0 103 15 201 112 65
Binary 101101 11011111 1001001 1010000 0 1000011 1101 10000001 1001010 110101

Color Harmonies of #2DDF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDF49

Black with #2DDF49

Text Example


Text Example

White with #2DDF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DDF49; }

 p { color: rgb(45,223,73); }

 H1.HeaderClassName
 {
   color: #2DDF49;
 }
 .AnyTagClassName
 {
   color: #2DDF49;
 }
</style>

background-color css

<style>
 a { background-color: #2DDF49; }

 a { background-color: rgb(45,223,73); }

 div.DivClassName
 {
   background-color: #2DDF49;
 }
 .BgClassName
 {
   background-color: #2DDF49;
 }
</style>

border-color css

<style>
 span { border-color: #2DDF49; }

 span { border-color: rgb(45,223,73); }

 td.TdClassName
 {
   border-color: #2DDF49;
 }
 .TagClassName
 {
   border-color: #2DDF49;
 }
</style>