#3EDC42

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

Shades of Lime Green #3EDC42

Tints of Lime Green #3EDC42

Color information

#3EDC42 (or 0x3EDC42) is unknown color: approx Lime Green. HEX triplet: 3E, DC and 42. RGB value is (62,220,66). Sum of RGB (Red+Green+Blue) = 62+220+66=348 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.82% from 348); Green value is 220 (86.33% from 255 or 63.22% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 220 - color contains mainly: green. Hex color #3EDC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDC42 is #C123BD. Grayscale: #9B9B9B. Windows color (decimal): -12657598 or 4381758. OLE color: 4381758.

HSL color Cylindrical-coordinate representation of color #3EDC42: hue angle of 121.52º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDC42 is Cyan = 0.72, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB6222066-
CMYK0.7200.70.14
HSL121.52º69.3%55.29%-
HSV(B)121.52º71.82%86.27%-
XYZ28.5652.613.8-
YUV155.277.6561.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.82%
GREEN value IS 220 (86.33% from 255) = 63.22%
BLUE value IS 66 (26.17% from 255) = 18.97%
R=17.82%
G=63.22%
B=18.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal62220660.7200.70.14121.5269.355.29
Hex3EDC4248046E7a4537
Octal7633410211001061617210567
Binary111110110111001000010100100001000110111011110101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EDC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,220,66); }

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

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

 a { background-color: rgb(62,220,66); }

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

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

 span { border-color: rgb(62,220,66); }

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