#55EB34

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

Shades of Lime Green #55EB34

Tints of Lime Green #55EB34

Color information

#55EB34 (or 0x55EB34) is unknown color: approx Lime Green. HEX triplet: 55, EB and 34. RGB value is (85,235,52). Sum of RGB (Red+Green+Blue) = 85+235+52=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 235 (92.19% from 255 or 63.17% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 235 - color contains mainly: green. Hex color #55EB34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EB34 is #AA14CB. Grayscale: #A9A9A9. Windows color (decimal): -11146444 or 3468117. OLE color: 3468117.

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

Color convert

RGB8523552-
CMYK0.6400.780.08
HSL109.18º82.06%56.27%-
HSV(B)109.18º77.87%92.16%-
XYZ34.0761.613.34-
YUV169.2961.8167.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.85%
GREEN value IS 235 (92.19% from 255) = 63.17%
BLUE value IS 52 (20.70% from 255) = 13.98%
R=22.85%
G=63.17%
B=13.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal85235520.6400.780.08109.1882.0656.27
Hex55EB344004E86d5238
Octal1253536410001161015512270
Binary101010111101011110100100000001001110100011011011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55EB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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