#3ECC2C

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

Shades of Lime Green #3ECC2C

Tints of Lime Green #3ECC2C

Color information

#3ECC2C (or 0x3ECC2C) is unknown color: approx Lime Green. HEX triplet: 3E, CC and 2C. RGB value is (62,204,44). Sum of RGB (Red+Green+Blue) = 62+204+44=310 (41% of max value = 765). Red value is 62 (24.61% from 255 or 20% from 310); Green value is 204 (80.08% from 255 or 65.81% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 204 - color contains mainly: green. Hex color #3ECC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECC2C is #C133D3. Grayscale: #8F8F8F. Windows color (decimal): -12661716 or 2935870. OLE color: 2935870.

HSL color Cylindrical-coordinate representation of color #3ECC2C: hue angle of 113.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3ECC2C is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB6220444-
CMYK0.7000.780.2
HSL113.25º64.52%48.63%-
HSV(B)113.25º78.43%80%-
XYZ24.0344.399.68-
YUV143.371.9670.01-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20%
GREEN value IS 204 (80.08% from 255) = 65.81%
BLUE value IS 44 (17.58% from 255) = 14.19%
R=20%
G=65.81%
B=14.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal62204440.7000.780.2113.2564.5248.63
Hex3ECC2C4604E14714131
Octal763145410601162416110161
Binary111110110011001011001000110010011101010011100011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ECC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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