#55E246

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

Shades of Lime Green #55E246

Tints of Lime Green #55E246

Color information

#55E246 (or 0x55E246) is unknown color: approx Lime Green. HEX triplet: 55, E2 and 46. RGB value is (85,226,70). Sum of RGB (Red+Green+Blue) = 85+226+70=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 226 (88.67% from 255 or 59.32% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 226 - color contains mainly: green. Hex color #55E246 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E246 is #AA1DB9. Grayscale: #A6A6A6. Windows color (decimal): -11148730 or 4645461. OLE color: 4645461.

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

Color convert

RGB8522670-
CMYK0.6200.690.11
HSL114.23º72.9%58.04%-
HSV(B)114.23º69.03%88.63%-
XYZ32.0556.7715.06-
YUV166.0673.7970.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.31%
GREEN value IS 226 (88.67% from 255) = 59.32%
BLUE value IS 70 (27.73% from 255) = 18.37%
R=22.31%
G=59.32%
B=18.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal85226700.6200.690.11114.2372.958.04
Hex55E2463E045B72493a
Octal1253421067601051316211172
Binary101010111100010100011011111001000101101111100101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,226,70); }

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

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

 a { background-color: rgb(85,226,70); }

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

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

 span { border-color: rgb(85,226,70); }

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