#3EC536

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

Shades of Lime Green #3EC536

Tints of Lime Green #3EC536

Color information

#3EC536 (or 0x3EC536) is unknown color: approx Lime Green. HEX triplet: 3E, C5 and 36. RGB value is (62,197,54). Sum of RGB (Red+Green+Blue) = 62+197+54=313 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.81% from 313); Green value is 197 (77.34% from 255 or 62.94% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 197 - color contains mainly: green. Hex color #3EC536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC536 is #C13AC9. Grayscale: #8C8C8C. Windows color (decimal): -12663498 or 3589438. OLE color: 3589438.

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

Color convert

RGB6219754-
CMYK0.6900.730.23
HSL116.64º56.97%49.22%-
HSV(B)116.64º72.59%77.25%-
XYZ22.6241.2210.25-
YUV140.3379.2772.13-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.81%
GREEN value IS 197 (77.34% from 255) = 62.94%
BLUE value IS 54 (21.48% from 255) = 17.25%
R=19.81%
G=62.94%
B=17.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal62197540.6900.730.23116.6456.9749.22
Hex3EC5364504917753931
Octal76305661050111271657161
Binary11111011000101110110100010101001001101111110101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EC536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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