#3EC135

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

Shades of Lime Green #3EC135

Tints of Lime Green #3EC135

Color information

#3EC135 (or 0x3EC135) is unknown color: approx Lime Green. HEX triplet: 3E, C1 and 35. RGB value is (62,193,53). Sum of RGB (Red+Green+Blue) = 62+193+53=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 193 (75.78% from 255 or 62.66% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 193 - color contains mainly: green. Hex color #3EC135 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC135 is #C13ECA. Grayscale: #8A8A8A. Windows color (decimal): -12664523 or 3522878. OLE color: 3522878.

HSL color Cylindrical-coordinate representation of color #3EC135: hue angle of 116.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EC135 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB6219353-
CMYK0.6800.730.24
HSL116.14º56.91%48.24%-
HSV(B)116.14º72.54%75.69%-
XYZ21.739.429.83-
YUV137.8780.173.88-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.13%
GREEN value IS 193 (75.78% from 255) = 62.66%
BLUE value IS 53 (21.09% from 255) = 17.21%
R=20.13%
G=62.66%
B=17.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal62193530.6800.730.24116.1456.9148.24
Hex3EC1354404918743930
Octal76301651040111301647160
Binary11111011000001110101100010001001001110001110100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EC135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,193,53); }

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

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

 a { background-color: rgb(62,193,53); }

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

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

 span { border-color: rgb(62,193,53); }

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