#3EDE2C

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

Shades of Lime Green #3EDE2C

Tints of Lime Green #3EDE2C

Color information

#3EDE2C (or 0x3EDE2C) is unknown color: approx Lime Green. HEX triplet: 3E, DE and 2C. RGB value is (62,222,44). Sum of RGB (Red+Green+Blue) = 62+222+44=328 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.90% from 328); Green value is 222 (87.11% from 255 or 67.68% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 222 - color contains mainly: green. Hex color #3EDE2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDE2C is #C121D3. Grayscale: #9A9A9A. Windows color (decimal): -12657108 or 2940478. OLE color: 2940478.

HSL color Cylindrical-coordinate representation of color #3EDE2C: hue angle of 113.93º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3EDE2C is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB6222244-
CMYK0.7200.800.13
HSL113.93º72.95%52.16%-
HSV(B)113.93º80.18%87.06%-
XYZ28.5653.4511.19-
YUV153.8765.9962.47-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.90%
GREEN value IS 222 (87.11% from 255) = 67.68%
BLUE value IS 44 (17.58% from 255) = 13.41%
R=18.90%
G=67.68%
B=13.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal62222440.7200.800.13113.9372.9552.16
Hex3EDE2C48050D724934
Octal763365411001201516211164
Binary11111011011110101100100100001010000110111100101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EDE2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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