#2EAC27

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

Shades of Lime Green #2EAC27

Tints of Lime Green #2EAC27

Color information

#2EAC27 (or 0x2EAC27) is unknown color: approx Lime Green. HEX triplet: 2E, AC and 27. RGB value is (46,172,39). Sum of RGB (Red+Green+Blue) = 46+172+39=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 172 (67.58% from 255 or 66.93% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAC27 is #D153D8. Grayscale: #777777. Windows color (decimal): -13718489 or 2599982. OLE color: 2599982.

HSL color Cylindrical-coordinate representation of color #2EAC27: hue angle of 116.84º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EAC27 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB4617239-
CMYK0.7300.770.33
HSL116.84º63.03%41.37%-
HSV(B)116.84º77.33%67.45%-
XYZ16.2530.236.9-
YUV119.1682.7675.81-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.90%
GREEN value IS 172 (67.58% from 255) = 66.93%
BLUE value IS 39 (15.62% from 255) = 15.18%
R=17.90%
G=66.93%
B=15.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46172390.7300.770.33116.8463.0341.37
Hex2EAC274904D21753f29
Octal56254471110115411657751
Binary101110101011001001111001001010011011000011110101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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