#3EDE2B

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

Shades of Lime Green #3EDE2B

Tints of Lime Green #3EDE2B

Color information

#3EDE2B (or 0x3EDE2B) is unknown color: approx Lime Green. HEX triplet: 3E, DE and 2B. RGB value is (62,222,43). Sum of RGB (Red+Green+Blue) = 62+222+43=327 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.96% from 327); Green value is 222 (87.11% from 255 or 67.89% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 222 - color contains mainly: green. Hex color #3EDE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDE2B is #C121D4. Grayscale: #9A9A9A. Windows color (decimal): -12657109 or 2874942. OLE color: 2874942.

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

Color convert

RGB6222243-
CMYK0.7200.810.13
HSL113.63º73.06%51.96%-
HSV(B)113.63º80.63%87.06%-
XYZ28.5453.4411.1-
YUV153.7565.4962.55-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.96%
GREEN value IS 222 (87.11% from 255) = 67.89%
BLUE value IS 43 (17.19% from 255) = 13.15%
R=18.96%
G=67.89%
B=13.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal62222430.7200.810.13113.6373.0651.96
Hex3EDE2B48051D724934
Octal763365311001211516211164
Binary11111011011110101011100100001010001110111100101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EDE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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