Html Css Color HEX #44DC28 Lime Green

📋 copy color: '#44DC28'

red 68 ◦ green 220 ◦ blue 40

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

Shades of Lime Green #44DC28

Tints of Lime Green #44DC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.2%

R = 20.73%
G = 67.07%
B = 12.2%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#44DC28 (or 0x44DC28) is known color: Lime Green. HEX triplet: 44, DC and 28. RGB value is (68,220,40). Sum of RGB (Red+Green+Blue) = 68+220+40=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 220 (86.33% from 255 or 67.07% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 220 - color contains mainly: green. Hex color #44DC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44DC28 is #BB23D7. Grayscale: #9A9A9A. Windows color (decimal): -12264408 or 2677828. OLE color: 2677828.

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

Color convert

RGB 68 220 40 -
CMYK 0.69 0 0.82 0.14
HSL 110.67º 0.72% 0.51% -
HSV(B) 110.67º 0.82% 0.86% -
XYZ 28.36 52.57 10.66 -
YUV 154.03 63.64 66.64 -
System Red Green Blue C M Y K H S L
Decimal 68 220 40 0.69 0 0.82 0.14 110.67 0.72 0.51
Hex 44 DC 28 45 0 52 E 6F 48 33
Octal 104 334 50 105 0 122 16 157 110 63
Binary 1000100 11011100 101000 1000101 0 1010010 1110 1101111 1001000 110011

Color Harmonies of #44DC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44DC28

Black with #44DC28

Text Example


Text Example

White with #44DC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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