Html Css Color HEX #44DC31 Lime Green

📋 copy color: '#44DC31'

red 68 ◦ green 220 ◦ blue 49

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

Shades of Lime Green #44DC31

Tints of Lime Green #44DC31

RGB

 RED value IS 68 (26.95% from 255) = 20.18%

 GREEN value IS 220 (86.33% from 255) = 65.28%

 BLUE value IS 49 (19.53% from 255) = 14.54%

R = 20.18%
G = 65.28%
B = 14.54%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#44DC31 (or 0x44DC31) is known color: Lime Green. HEX triplet: 44, DC and 31. RGB value is (68,220,49). Sum of RGB (Red+Green+Blue) = 68+220+49=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 220 (86.33% from 255 or 65.28% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 220 - color contains mainly: green. Hex color #44DC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44DC31 is #BB23CE. Grayscale: #9B9B9B. Windows color (decimal): -12264399 or 3267652. OLE color: 3267652.

HSL color Cylindrical-coordinate representation of color #44DC31: hue angle of 113.33º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #44DC31 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 220 49 -
CMYK 0.69 0 0.78 0.14
HSL 113.33º 0.71% 0.53% -
HSV(B) 113.33º 0.78% 0.86% -
XYZ 28.53 52.64 11.56 -
YUV 155.06 68.14 65.9 -
System Red Green Blue C M Y K H S L
Decimal 68 220 49 0.69 0 0.78 0.14 113.33 0.71 0.53
Hex 44 DC 31 45 0 4E E 71 47 35
Octal 104 334 61 105 0 116 16 161 107 65
Binary 1000100 11011100 110001 1000101 0 1001110 1110 1110001 1000111 110101

Color Harmonies of #44DC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44DC31

Black with #44DC31

Text Example


Text Example

White with #44DC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44DC31; }

 p { color: rgb(68,220,49); }

 H1.HeaderClassName
 {
   color: #44DC31;
 }
 .AnyTagClassName
 {
   color: #44DC31;
 }
</style>

background-color css

<style>
 a { background-color: #44DC31; }

 a { background-color: rgb(68,220,49); }

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

border-color css

<style>
 span { border-color: #44DC31; }

 span { border-color: rgb(68,220,49); }

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