#3ECD4A

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

Shades of Lime Green #3ECD4A

Tints of Lime Green #3ECD4A

Color information

#3ECD4A (or 0x3ECD4A) is unknown color: approx Lime Green. HEX triplet: 3E, CD and 4A. RGB value is (62,205,74). Sum of RGB (Red+Green+Blue) = 62+205+74=341 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.18% from 341); Green value is 205 (80.47% from 255 or 60.12% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 205 - color contains mainly: green. Hex color #3ECD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECD4A is #C132B5. Grayscale: #939393. Windows color (decimal): -12661430 or 4902206. OLE color: 4902206.

HSL color Cylindrical-coordinate representation of color #3ECD4A: hue angle of 125.03º 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 #3ECD4A is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB6220574-
CMYK0.7000.640.20
HSL125.03º58.85%52.35%-
HSV(B)125.03º69.76%80.39%-
XYZ25.0545.1813.88-
YUV147.3186.6267.15-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.18%
GREEN value IS 205 (80.47% from 255) = 60.12%
BLUE value IS 74 (29.30% from 255) = 21.70%
R=18.18%
G=60.12%
B=21.70%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal62205740.7000.640.20125.0358.8552.35
Hex3ECD4A46040147d3b34
Octal763151121060100241757364
Binary111110110011011001010100011001000000101001111101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ECD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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