#55DE49

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

Shades of Lime Green #55DE49

Tints of Lime Green #55DE49

Color information

#55DE49 (or 0x55DE49) is unknown color: approx Lime Green. HEX triplet: 55, DE and 49. RGB value is (85,222,73). Sum of RGB (Red+Green+Blue) = 85+222+73=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 222 (87.11% from 255 or 58.42% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 222 - color contains mainly: green. Hex color #55DE49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DE49 is #AA21B6. Grayscale: #A4A4A4. Windows color (decimal): -11149751 or 4841045. OLE color: 4841045.

HSL color Cylindrical-coordinate representation of color #55DE49: hue angle of 115.17º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55DE49 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB8522273-
CMYK0.6200.670.13
HSL115.17º69.3%57.84%-
HSV(B)115.17º67.12%87.06%-
XYZ31.0754.6515.22-
YUV164.0576.6171.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.37%
GREEN value IS 222 (87.11% from 255) = 58.42%
BLUE value IS 73 (28.91% from 255) = 19.21%
R=22.37%
G=58.42%
B=19.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal85222730.6200.670.13115.1769.357.84
Hex55DE493E043D73453a
Octal1253361117601031516310572
Binary101010111011110100100111111001000011110111100111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55DE49; }

 p { color: rgb(85,222,73); }

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

<style>
 a { background-color: #55DE49; }

 a { background-color: rgb(85,222,73); }

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

<style>
 span { border-color: #55DE49; }

 span { border-color: rgb(85,222,73); }

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