#55E82D

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

Shades of Lime Green #55E82D

Tints of Lime Green #55E82D

Color information

#55E82D (or 0x55E82D) is unknown color: approx Lime Green. HEX triplet: 55, E8 and 2D. RGB value is (85,232,45). Sum of RGB (Red+Green+Blue) = 85+232+45=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 232 (91.02% from 255 or 64.09% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 232 - color contains mainly: green. Hex color #55E82D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55E82D is #AA17D2. Grayscale: #A7A7A7. Windows color (decimal): -11147219 or 3008597. OLE color: 3008597.

HSL color Cylindrical-coordinate representation of color #55E82D: hue angle of 107.17º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55E82D is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB8523245-
CMYK0.6300.810.09
HSL107.17º80.26%54.31%-
HSV(B)107.17º80.6%90.98%-
XYZ33.0859.8312.29-
YUV166.7359.369.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.48%
GREEN value IS 232 (91.02% from 255) = 64.09%
BLUE value IS 45 (17.97% from 255) = 12.43%
R=23.48%
G=64.09%
B=12.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal85232450.6300.810.09107.1780.2654.31
Hex55E82D3F05196b5036
Octal125350557701211115312066
Binary10101011110100010110111111101010001100111010111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E82D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,232,45); }

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

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

 a { background-color: rgb(85,232,45); }

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

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

 span { border-color: rgb(85,232,45); }

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