#3EC840

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

Shades of Lime Green #3EC840

Tints of Lime Green #3EC840

Color information

#3EC840 (or 0x3EC840) is unknown color: approx Lime Green. HEX triplet: 3E, C8 and 40. RGB value is (62,200,64). Sum of RGB (Red+Green+Blue) = 62+200+64=326 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.02% from 326); Green value is 200 (78.52% from 255 or 61.35% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 200 - color contains mainly: green. Hex color #3EC840 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC840 is #C137BF. Grayscale: #8F8F8F. Windows color (decimal): -12662720 or 4245566. OLE color: 4245566.

HSL color Cylindrical-coordinate representation of color #3EC840: hue angle of 120.87º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EC840 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB6220064-
CMYK0.6900.680.22
HSL120.87º55.65%51.37%-
HSV(B)120.87º69%78.43%-
XYZ23.5742.711.85-
YUV143.2383.2870.06-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.02%
GREEN value IS 200 (78.52% from 255) = 61.35%
BLUE value IS 64 (25.39% from 255) = 19.63%
R=19.02%
G=61.35%
B=19.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal62200640.6900.680.22120.8755.6551.37
Hex3EC8404504416793833
Octal763101001050104261717063
Binary111110110010001000000100010101000100101101111001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EC840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,200,64); }

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

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

 a { background-color: rgb(62,200,64); }

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

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

 span { border-color: rgb(62,200,64); }

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