#2EAE27

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

Shades of Lime Green #2EAE27

Tints of Lime Green #2EAE27

Color information

#2EAE27 (or 0x2EAE27) is unknown color: approx Lime Green. HEX triplet: 2E, AE and 27. RGB value is (46,174,39). Sum of RGB (Red+Green+Blue) = 46+174+39=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 174 (68.36% from 255 or 67.18% from 259); Blue value is 39 (15.62% from 255 or 15.06% from 259); Max value from RGB is 174 - color contains mainly: green. Hex color #2EAE27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAE27 is #D151D8. Grayscale: #787878. Windows color (decimal): -13717977 or 2600494. OLE color: 2600494.

HSL color Cylindrical-coordinate representation of color #2EAE27: hue angle of 116.89º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EAE27 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB4617439-
CMYK0.7400.780.32
HSL116.89º63.38%41.76%-
HSV(B)116.89º77.59%68.24%-
XYZ16.63317.03-
YUV120.3482.0974.98-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.76%
GREEN value IS 174 (68.36% from 255) = 67.18%
BLUE value IS 39 (15.62% from 255) = 15.06%
R=17.76%
G=67.18%
B=15.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal46174390.7400.780.32116.8963.3841.76
Hex2EAE274A04E20753f2a
Octal56256471120116401657752
Binary101110101011101001111001010010011101000001110101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,174,39); }

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

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

 a { background-color: rgb(46,174,39); }

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

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

 span { border-color: rgb(46,174,39); }

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