Html Css Color HEX #44DC2D Lime Green

📋 copy color: '#44DC2D'

red 68 ◦ green 220 ◦ blue 45

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

Shades of Lime Green #44DC2D

Tints of Lime Green #44DC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.51%

R = 20.42%
G = 66.07%
B = 13.51%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#44DC2D (or 0x44DC2D) is known color: Lime Green. HEX triplet: 44, DC and 2D. RGB value is (68,220,45). Sum of RGB (Red+Green+Blue) = 68+220+45=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 220 (86.33% from 255 or 66.07% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 220 - color contains mainly: green. Hex color #44DC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44DC2D is #BB23D2. Grayscale: #9B9B9B. Windows color (decimal): -12264403 or 3005508. OLE color: 3005508.

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

Color convert

RGB 68 220 45 -
CMYK 0.69 0 0.80 0.14
HSL 112.11º 0.71% 0.52% -
HSV(B) 112.11º 0.8% 0.86% -
XYZ 28.45 52.6 11.14 -
YUV 154.6 66.14 66.23 -
System Red Green Blue C M Y K H S L
Decimal 68 220 45 0.69 0 0.80 0.14 112.11 0.71 0.52
Hex 44 DC 2D 45 0 50 E 70 47 34
Octal 104 334 55 105 0 120 16 160 107 64
Binary 1000100 11011100 101101 1000101 0 1010000 1110 1110000 1000111 110100

Color Harmonies of #44DC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44DC2D

Black with #44DC2D

Text Example


Text Example

White with #44DC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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