#2EB11E

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

Shades of Lime Green #2EB11E

Tints of Lime Green #2EB11E

Color information

#2EB11E (or 0x2EB11E) is unknown color: approx Lime Green. HEX triplet: 2E, B1 and 1E. RGB value is (46,177,30). Sum of RGB (Red+Green+Blue) = 46+177+30=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 177 (69.53% from 255 or 69.96% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB11E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB11E is #D14EE1. Grayscale: #797979. Windows color (decimal): -13717218 or 2011438. OLE color: 2011438.

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

Color convert

RGB4617730-
CMYK0.7400.830.31
HSL113.47º71.01%40.59%-
HSV(B)113.47º83.05%69.41%-
XYZ17.0832.126.53-
YUV121.0776.674.45-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.18%
GREEN value IS 177 (69.53% from 255) = 69.96%
BLUE value IS 30 (12.11% from 255) = 11.86%
R=18.18%
G=69.96%
B=11.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal46177300.7400.830.31113.4771.0140.59
Hex2EB11E4A0531F714729
Octal562613611201233716110751
Binary10111010110001111101001010010100111111111100011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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