#55E840

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

Shades of Lime Green #55E840

Tints of Lime Green #55E840

Color information

#55E840 (or 0x55E840) is unknown color: approx Lime Green. HEX triplet: 55, E8 and 40. RGB value is (85,232,64). Sum of RGB (Red+Green+Blue) = 85+232+64=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 232 (91.02% from 255 or 60.89% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 232 - color contains mainly: green. Hex color #55E840 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55E840 is #AA17BF. Grayscale: #A9A9A9. Windows color (decimal): -11147200 or 4253781. OLE color: 4253781.

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

Color convert

RGB8523264-
CMYK0.6300.720.09
HSL112.5º78.5%58.04%-
HSV(B)112.5º72.41%90.98%-
XYZ33.5360.0114.67-
YUV168.968.868.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.31%
GREEN value IS 232 (91.02% from 255) = 60.89%
BLUE value IS 64 (25.39% from 255) = 16.80%
R=22.31%
G=60.89%
B=16.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal85232640.6300.720.09112.578.558.04
Hex55E8403F0489704f3a
Octal1253501007701101116011772
Binary101010111101000100000011111101001000100111100001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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