#2ECA4E

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

Shades of Lime Green #2ECA4E

Tints of Lime Green #2ECA4E

Color information

#2ECA4E (or 0x2ECA4E) is unknown color: approx Lime Green. HEX triplet: 2E, CA and 4E. RGB value is (46,202,78). Sum of RGB (Red+Green+Blue) = 46+202+78=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 202 (79.30% from 255 or 61.96% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECA4E is #D135B1. Grayscale: #8D8D8D. Windows color (decimal): -13710770 or 5163566. OLE color: 5163566.

HSL color Cylindrical-coordinate representation of color #2ECA4E: hue angle of 132.31º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECA4E is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB4620278-
CMYK0.7700.610.21
HSL132.31º62.9%48.63%-
HSV(B)132.31º77.23%79.22%-
XYZ23.6243.3714.33-
YUV141.2292.3260.08-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.11%
GREEN value IS 202 (79.30% from 255) = 61.96%
BLUE value IS 78 (30.86% from 255) = 23.93%
R=14.11%
G=61.96%
B=23.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal46202780.7700.610.21132.3162.948.63
Hex2ECA4E4D03D15843f31
Octal56312116115075252047761
Binary101110110010101001110100110101111011010110000100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,202,78); }

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

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

 a { background-color: rgb(46,202,78); }

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

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

 span { border-color: rgb(46,202,78); }

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