#3EC04A

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

Shades of Lime Green #3EC04A

Tints of Lime Green #3EC04A

Color information

#3EC04A (or 0x3EC04A) is unknown color: approx Lime Green. HEX triplet: 3E, C0 and 4A. RGB value is (62,192,74). Sum of RGB (Red+Green+Blue) = 62+192+74=328 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.90% from 328); Green value is 192 (75.39% from 255 or 58.54% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 192 - color contains mainly: green. Hex color #3EC04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC04A is #C13FB5. Grayscale: #8C8C8C. Windows color (decimal): -12664758 or 4898878. OLE color: 4898878.

HSL color Cylindrical-coordinate representation of color #3EC04A: hue angle of 125.54º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EC04A is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB6219274-
CMYK0.6800.610.25
HSL125.54º51.18%49.8%-
HSV(B)125.54º67.71%75.29%-
XYZ22.0739.2212.89-
YUV139.6890.9372.59-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.90%
GREEN value IS 192 (75.39% from 255) = 58.54%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=18.90%
G=58.54%
B=22.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal62192740.6800.610.25125.5451.1849.8
Hex3EC04A4403D197e3332
Octal76300112104075311766362
Binary11111011000000100101010001000111101110011111110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EC04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,192,74); }

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

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

 a { background-color: rgb(62,192,74); }

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

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

 span { border-color: rgb(62,192,74); }

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