#2EC124

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

Shades of Lime Green #2EC124

Tints of Lime Green #2EC124

Color information

#2EC124 (or 0x2EC124) is unknown color: approx Lime Green. HEX triplet: 2E, C1 and 24. RGB value is (46,193,36). Sum of RGB (Red+Green+Blue) = 46+193+36=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 193 (75.78% from 255 or 70.18% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC124 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC124 is #D13EDB. Grayscale: #838383. Windows color (decimal): -13713116 or 2408750. OLE color: 2408750.

HSL color Cylindrical-coordinate representation of color #2EC124: hue angle of 116.18º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EC124 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB4619336-
CMYK0.7600.810.24
HSL116.18º68.56%44.9%-
HSV(B)116.18º81.35%75.69%-
XYZ20.5238.858.09-
YUV131.1574.367.27-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.73%
GREEN value IS 193 (75.78% from 255) = 70.18%
BLUE value IS 36 (14.45% from 255) = 13.09%
R=16.73%
G=70.18%
B=13.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal46193360.7600.810.24116.1868.5644.9
Hex2EC1244C0511874452d
Octal563014411401213016410555
Binary101110110000011001001001100010100011100011101001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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