#2EB42B

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

Shades of Lime Green #2EB42B

Tints of Lime Green #2EB42B

Color information

#2EB42B (or 0x2EB42B) is unknown color: approx Lime Green. HEX triplet: 2E, B4 and 2B. RGB value is (46,180,43). Sum of RGB (Red+Green+Blue) = 46+180+43=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 180 (70.70% from 255 or 66.91% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB42B is #D14BD4. Grayscale: #7C7C7C. Windows color (decimal): -13716437 or 2864174. OLE color: 2864174.

HSL color Cylindrical-coordinate representation of color #2EB42B: hue angle of 118.69º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EB42B is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB4618043-
CMYK0.7400.760.29
HSL118.69º61.43%43.73%-
HSV(B)118.69º76.11%70.59%-
XYZ17.8833.47.79-
YUV124.3282.1172.14-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.10%
GREEN value IS 180 (70.70% from 255) = 66.91%
BLUE value IS 43 (17.19% from 255) = 15.99%
R=17.10%
G=66.91%
B=15.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal46180430.7400.760.29118.6961.4343.73
Hex2EB42B4A04C1D773d2c
Octal56264531120114351677554
Binary10111010110100101011100101001001100111011110111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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