#55EB36

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

Shades of Lime Green #55EB36

Tints of Lime Green #55EB36

Color information

#55EB36 (or 0x55EB36) is unknown color: approx Lime Green. HEX triplet: 55, EB and 36. RGB value is (85,235,54). Sum of RGB (Red+Green+Blue) = 85+235+54=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 235 (92.19% from 255 or 62.83% from 374); Blue value is 54 (21.48% from 255 or 14.44% from 374); Max value from RGB is 235 - color contains mainly: green. Hex color #55EB36 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EB36 is #AA14C9. Grayscale: #AAAAAA. Windows color (decimal): -11146442 or 3599189. OLE color: 3599189.

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

Color convert

RGB8523554-
CMYK0.6400.770.08
HSL109.72º81.9%56.67%-
HSV(B)109.72º77.02%92.16%-
XYZ34.1261.6113.58-
YUV169.5262.8167.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 235 (92.19% from 255) = 62.83%
BLUE value IS 54 (21.48% from 255) = 14.44%
R=22.73%
G=62.83%
B=14.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal85235540.6400.770.08109.7281.956.67
Hex55EB364004D86e5239
Octal1253536610001151015612271
Binary101010111101011110110100000001001101100011011101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55EB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,235,54); }

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

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

 a { background-color: rgb(85,235,54); }

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

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

 span { border-color: rgb(85,235,54); }

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