#44E052

Color #44E052 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #44E052

Tints of Lime Green #44E052

Color information

#44E052 (or 0x44E052) is unknown color: approx Lime Green. HEX triplet: 44, E0 and 52. RGB value is (68,224,82). Sum of RGB (Red+Green+Blue) = 68+224+82=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 224 (87.89% from 255 or 59.89% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 224 - color contains mainly: green. Hex color #44E052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44E052 is #BB1FAD. Grayscale: #A1A1A1. Windows color (decimal): -12263342 or 5431364. OLE color: 5431364.

HSL color Cylindrical-coordinate representation of color #44E052: hue angle of 125.38º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E052 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB6822482-
CMYK0.7000.630.12
HSL125.38º71.56%57.25%-
HSV(B)125.38º69.64%87.84%-
XYZ30.5655.1517.02-
YUV161.1783.3261.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.18%
GREEN value IS 224 (87.89% from 255) = 59.89%
BLUE value IS 82 (32.42% from 255) = 21.93%
R=18.18%
G=59.89%
B=21.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal68224820.7000.630.12125.3871.5657.25
Hex44E0524603FC7d4839
Octal1043401221060771417511071
Binary100010011100000101001010001100111111110011111011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44E052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,224,82); }

 H1.HeaderClassName
 {
   color: #44E052;
 }
 .AnyTagClassName
 {
   color: #44E052;
 }
</style>
background-color css

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

 a { background-color: rgb(68,224,82); }

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

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

 span { border-color: rgb(68,224,82); }

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