#2eb41e

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

Shades of Lime Green #2EB41E

Tints of Lime Green #2EB41E

Color information

#2EB41E (or 0x2EB41E) is unknown color: approx Lime Green. HEX triplet: 2E, B4 and 1E. RGB value is (46,180,30). Sum of RGB (Red+Green+Blue) = 46+180+30=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 180 (70.70% from 255 or 70.31% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB41E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB41E is #D14BE1. Grayscale: #7B7B7B. Windows color (decimal): -13716450 or 2012206. OLE color: 2012206.

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

Color convert

RGB4618030-
CMYK0.7400.830.29
HSL113.6º71.43%41.18%-
HSV(B)113.6º83.33%70.59%-
XYZ17.6833.326.73-
YUV122.8375.6173.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.97%
GREEN value IS 180 (70.70% from 255) = 70.31%
BLUE value IS 30 (12.11% from 255) = 11.72%
R=17.97%
G=70.31%
B=11.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal46180300.7400.830.29113.671.4341.18
Hex2EB41E4A0531D724729
Octal562643611201233516210751
Binary10111010110100111101001010010100111110111100101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2eb41e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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