#55EA2E

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

Shades of Lime Green #55EA2E

Tints of Lime Green #55EA2E

Color information

#55EA2E (or 0x55EA2E) is unknown color: approx Lime Green. HEX triplet: 55, EA and 2E. RGB value is (85,234,46). Sum of RGB (Red+Green+Blue) = 85+234+46=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 234 (91.80% from 255 or 64.11% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 234 - color contains mainly: green. Hex color #55EA2E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EA2E is #AA15D1. Grayscale: #A8A8A8. Windows color (decimal): -11146706 or 3074645. OLE color: 3074645.

HSL color Cylindrical-coordinate representation of color #55EA2E: hue angle of 107.55º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55EA2E is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB8523446-
CMYK0.6400.800.08
HSL107.55º81.74%54.9%-
HSV(B)107.55º80.34%91.76%-
XYZ33.6660.9712.58-
YUV168.0259.1468.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.29%
GREEN value IS 234 (91.80% from 255) = 64.11%
BLUE value IS 46 (18.36% from 255) = 12.60%
R=23.29%
G=64.11%
B=12.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal85234460.6400.800.08107.5581.7454.9
Hex55EA2E4005086c5237
Octal1253525610001201015412267
Binary101010111101010101110100000001010000100011011001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55EA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,234,46); }

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

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

 a { background-color: rgb(85,234,46); }

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

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

 span { border-color: rgb(85,234,46); }

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