#2EB41F

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

Shades of Lime Green #2EB41F

Tints of Lime Green #2EB41F

Color information

#2EB41F (or 0x2EB41F) is unknown color: approx Lime Green. HEX triplet: 2E, B4 and 1F. RGB value is (46,180,31). Sum of RGB (Red+Green+Blue) = 46+180+31=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 180 (70.70% from 255 or 70.04% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB41F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB41F is #D14BE0. Grayscale: #7B7B7B. Windows color (decimal): -13716449 or 2077742. OLE color: 2077742.

HSL color Cylindrical-coordinate representation of color #2EB41F: hue angle of 113.96º 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 #2EB41F is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB4618031-
CMYK0.7400.830.29
HSL113.96º70.62%41.37%-
HSV(B)113.96º82.78%70.59%-
XYZ17.733.326.8-
YUV122.9576.1173.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.90%
GREEN value IS 180 (70.70% from 255) = 70.04%
BLUE value IS 31 (12.5% from 255) = 12.06%
R=17.90%
G=70.04%
B=12.06%

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
Decimal46180310.7400.830.29113.9670.6241.37
Hex2EB41F4A0531D724729
Octal562643711201233516210751
Binary10111010110100111111001010010100111110111100101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB41F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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