#3ECD46

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

Shades of Lime Green #3ECD46

Tints of Lime Green #3ECD46

Color information

#3ECD46 (or 0x3ECD46) is unknown color: approx Lime Green. HEX triplet: 3E, CD and 46. RGB value is (62,205,70). Sum of RGB (Red+Green+Blue) = 62+205+70=337 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.40% from 337); Green value is 205 (80.47% from 255 or 60.83% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 205 - color contains mainly: green. Hex color #3ECD46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECD46 is #C132B9. Grayscale: #939393. Windows color (decimal): -12661434 or 4640062. OLE color: 4640062.

HSL color Cylindrical-coordinate representation of color #3ECD46: hue angle of 123.36º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECD46 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB6220570-
CMYK0.7000.660.20
HSL123.36º58.85%52.35%-
HSV(B)123.36º69.76%80.39%-
XYZ24.9245.1313.19-
YUV146.8584.6267.48-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.40%
GREEN value IS 205 (80.47% from 255) = 60.83%
BLUE value IS 70 (27.73% from 255) = 20.77%
R=18.40%
G=60.83%
B=20.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal62205700.7000.660.20123.3658.8552.35
Hex3ECD4646042147b3b34
Octal763151061060102241737364
Binary111110110011011000110100011001000010101001111011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ECD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,205,70); }

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

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

 a { background-color: rgb(62,205,70); }

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

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

 span { border-color: rgb(62,205,70); }

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