#55D844

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

Shades of Lime Green #55D844

Tints of Lime Green #55D844

Color information

#55D844 (or 0x55D844) is unknown color: approx Lime Green. HEX triplet: 55, D8 and 44. RGB value is (85,216,68). Sum of RGB (Red+Green+Blue) = 85+216+68=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 216 (84.77% from 255 or 58.54% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 216 - color contains mainly: green. Hex color #55D844 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D844 is #AA27BB. Grayscale: #A0A0A0. Windows color (decimal): -11151292 or 4511829. OLE color: 4511829.

HSL color Cylindrical-coordinate representation of color #55D844: hue angle of 113.11º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55D844 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB8521668-
CMYK0.6100.690.15
HSL113.11º65.49%55.69%-
HSV(B)113.11º68.52%84.71%-
XYZ29.3551.4613.86-
YUV159.9676.174.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.04%
GREEN value IS 216 (84.77% from 255) = 58.54%
BLUE value IS 68 (26.95% from 255) = 18.43%
R=23.04%
G=58.54%
B=18.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal85216680.6100.690.15113.1165.4955.69
Hex55D8443D045F714138
Octal1253301047501051716110170
Binary101010111011000100010011110101000101111111100011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,216,68); }

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

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

 a { background-color: rgb(85,216,68); }

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

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

 span { border-color: rgb(85,216,68); }

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