#3EC550

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

Shades of Lime Green #3EC550

Tints of Lime Green #3EC550

Color information

#3EC550 (or 0x3EC550) is unknown color: approx Lime Green. HEX triplet: 3E, C5 and 50. RGB value is (62,197,80). Sum of RGB (Red+Green+Blue) = 62+197+80=339 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.29% from 339); Green value is 197 (77.34% from 255 or 58.11% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 197 - color contains mainly: green. Hex color #3EC550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EC550 is #C13AAF. Grayscale: #8F8F8F. Windows color (decimal): -12663472 or 5293374. OLE color: 5293374.

HSL color Cylindrical-coordinate representation of color #3EC550: hue angle of 128º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EC550 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB6219780-
CMYK0.6900.590.23
HSL128º53.78%50.78%-
HSV(B)128º68.53%77.25%-
XYZ23.441.5414.37-
YUV143.392.2770.01-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.29%
GREEN value IS 197 (77.34% from 255) = 58.11%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=18.29%
G=58.11%
B=23.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal62197800.6900.590.2312853.7850.78
Hex3EC5504503B17803633
Octal76305120105073272006663
Binary111110110001011010000100010101110111011110000000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EC550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3EC550; }

 p { color: rgb(62,197,80); }

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

<style>
 a { background-color: #3EC550; }

 a { background-color: rgb(62,197,80); }

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

<style>
 span { border-color: #3EC550; }

 span { border-color: rgb(62,197,80); }

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