#55DE47

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

Shades of Lime Green #55DE47

Tints of Lime Green #55DE47

Color information

#55DE47 (or 0x55DE47) is unknown color: approx Lime Green. HEX triplet: 55, DE and 47. RGB value is (85,222,71). Sum of RGB (Red+Green+Blue) = 85+222+71=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 222 (87.11% from 255 or 58.73% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 222 - color contains mainly: green. Hex color #55DE47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DE47 is #AA21B8. Grayscale: #A4A4A4. Windows color (decimal): -11149753 or 4709973. OLE color: 4709973.

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

Color convert

RGB8522271-
CMYK0.6200.680.13
HSL114.44º69.59%57.45%-
HSV(B)114.44º68.02%87.06%-
XYZ3154.6314.87-
YUV163.8275.6171.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.49%
GREEN value IS 222 (87.11% from 255) = 58.73%
BLUE value IS 71 (28.12% from 255) = 18.78%
R=22.49%
G=58.73%
B=18.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal85222710.6200.680.13114.4469.5957.45
Hex55DE473E044D724639
Octal1253361077601041516210671
Binary101010111011110100011111111001000100110111100101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DE47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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