#3EDE45

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

Shades of Lime Green #3EDE45

Tints of Lime Green #3EDE45

Color information

#3EDE45 (or 0x3EDE45) is unknown color: approx Lime Green. HEX triplet: 3E, DE and 45. RGB value is (62,222,69). Sum of RGB (Red+Green+Blue) = 62+222+69=353 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.56% from 353); Green value is 222 (87.11% from 255 or 62.89% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 222 - color contains mainly: green. Hex color #3EDE45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDE45 is #C121BA. Grayscale: #9D9D9D. Windows color (decimal): -12657083 or 4578878. OLE color: 4578878.

HSL color Cylindrical-coordinate representation of color #3EDE45: hue angle of 122.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDE45 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB6222269-
CMYK0.7200.690.13
HSL122.62º70.8%55.69%-
HSV(B)122.62º72.07%87.06%-
XYZ29.1853.714.46-
YUV156.7278.4960.44-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.56%
GREEN value IS 222 (87.11% from 255) = 62.89%
BLUE value IS 69 (27.34% from 255) = 19.55%
R=17.56%
G=62.89%
B=19.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal62222690.7200.690.13122.6270.855.69
Hex3EDE4548045D7b4738
Octal7633610511001051517310770
Binary111110110111101000101100100001000101110111110111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EDE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,222,69); }

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

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

 a { background-color: rgb(62,222,69); }

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

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

 span { border-color: rgb(62,222,69); }

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