#2ECC2A

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

Shades of Lime Green #2ECC2A

Tints of Lime Green #2ECC2A

Color information

#2ECC2A (or 0x2ECC2A) is unknown color: approx Lime Green. HEX triplet: 2E, CC and 2A. RGB value is (46,204,42). Sum of RGB (Red+Green+Blue) = 46+204+42=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 204 (80.08% from 255 or 69.86% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECC2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECC2A is #D133D5. Grayscale: #8A8A8A. Windows color (decimal): -13710294 or 2804782. OLE color: 2804782.

HSL color Cylindrical-coordinate representation of color #2ECC2A: hue angle of 118.52º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ECC2A is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB4620442-
CMYK0.7700.790.2
HSL118.52º65.85%48.24%-
HSV(B)118.52º79.41%80%-
XYZ23.1443.939.45-
YUV138.2973.6562.17-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.75%
GREEN value IS 204 (80.08% from 255) = 69.86%
BLUE value IS 42 (16.80% from 255) = 14.38%
R=15.75%
G=69.86%
B=14.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal46204420.7700.790.2118.5265.8548.24
Hex2ECC2A4D04F14774230
Octal563145211501172416710260
Binary101110110011001010101001101010011111010011101111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECC2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2ECC2A; }

 p { color: rgb(46,204,42); }

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

<style>
 a { background-color: #2ECC2A; }

 a { background-color: rgb(46,204,42); }

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

<style>
 span { border-color: #2ECC2A; }

 span { border-color: rgb(46,204,42); }

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