#2EDC2B

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

Shades of Lime Green #2EDC2B

Tints of Lime Green #2EDC2B

Color information

#2EDC2B (or 0x2EDC2B) is unknown color: approx Lime Green. HEX triplet: 2E, DC and 2B. RGB value is (46,220,43). Sum of RGB (Red+Green+Blue) = 46+220+43=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 220 (86.33% from 255 or 71.20% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDC2B is #D123D4. Grayscale: #949494. Windows color (decimal): -13706197 or 2874414. OLE color: 2874414.

HSL color Cylindrical-coordinate representation of color #2EDC2B: hue angle of 118.98º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EDC2B is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB4622043-
CMYK0.7900.800.14
HSL118.98º71.66%51.57%-
HSV(B)118.98º80.45%86.27%-
XYZ27.1651.9410.88-
YUV147.868.8555.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.89%
GREEN value IS 220 (86.33% from 255) = 71.20%
BLUE value IS 43 (17.19% from 255) = 13.92%
R=14.89%
G=71.20%
B=13.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal46220430.7900.800.14118.9871.6651.57
Hex2EDC2B4F050E774834
Octal563345311701201616711064
Binary10111011011100101011100111101010000111011101111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EDC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,220,43); }

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

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

 a { background-color: rgb(46,220,43); }

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

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

 span { border-color: rgb(46,220,43); }

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