#2EB324

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

Shades of Lime Green #2EB324

Tints of Lime Green #2EB324

Color information

#2EB324 (or 0x2EB324) is unknown color: approx Lime Green. HEX triplet: 2E, B3 and 24. RGB value is (46,179,36). Sum of RGB (Red+Green+Blue) = 46+179+36=261 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.62% from 261); Green value is 179 (70.31% from 255 or 68.58% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB324 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB324 is #D14CDB. Grayscale: #7B7B7B. Windows color (decimal): -13716700 or 2405166. OLE color: 2405166.

HSL color Cylindrical-coordinate representation of color #2EB324: hue angle of 115.8º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EB324 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB4617936-
CMYK0.7400.800.30
HSL115.8º66.51%42.16%-
HSV(B)115.8º79.89%70.2%-
XYZ17.5732.957.1-
YUV122.9378.9473.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.62%
GREEN value IS 179 (70.31% from 255) = 68.58%
BLUE value IS 36 (14.45% from 255) = 13.79%
R=17.62%
G=68.58%
B=13.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal46179360.7400.800.30115.866.5142.16
Hex2EB3244A0501E74432a
Octal562634411201203616410352
Binary101110101100111001001001010010100001111011101001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,179,36); }

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

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

 a { background-color: rgb(46,179,36); }

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

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

 span { border-color: rgb(46,179,36); }

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