#2ED124

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

Shades of Lime Green #2ED124

Tints of Lime Green #2ED124

Color information

#2ED124 (or 0x2ED124) is unknown color: approx Lime Green. HEX triplet: 2E, D1 and 24. RGB value is (46,209,36). Sum of RGB (Red+Green+Blue) = 46+209+36=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 209 (82.03% from 255 or 71.82% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 209 - color contains mainly: green. Hex color #2ED124 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED124 is #D12EDB. Grayscale: #8D8D8D. Windows color (decimal): -13709020 or 2412846. OLE color: 2412846.

HSL color Cylindrical-coordinate representation of color #2ED124: hue angle of 116.53º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ED124 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB4620936-
CMYK0.7800.830.18
HSL116.53º70.61%48.04%-
HSV(B)116.53º82.78%81.96%-
XYZ24.2546.319.33-
YUV140.546960.57-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.81%
GREEN value IS 209 (82.03% from 255) = 71.82%
BLUE value IS 36 (14.45% from 255) = 12.37%
R=15.81%
G=71.82%
B=12.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal46209360.7800.830.18116.5370.6148.04
Hex2ED1244E05312754730
Octal563214411601232216510760
Binary101110110100011001001001110010100111001011101011000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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