#2EE14A

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

Shades of Lime Green #2EE14A

Tints of Lime Green #2EE14A

Color information

#2EE14A (or 0x2EE14A) is unknown color: approx Lime Green. HEX triplet: 2E, E1 and 4A. RGB value is (46,225,74). Sum of RGB (Red+Green+Blue) = 46+225+74=345 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.33% from 345); Green value is 225 (88.28% from 255 or 65.22% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE14A is #D11EB5. Grayscale: #9A9A9A. Windows color (decimal): -13704886 or 4907310. OLE color: 4907310.

HSL color Cylindrical-coordinate representation of color #2EE14A: hue angle of 129.39º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE14A is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB4622574-
CMYK0.8000.670.12
HSL129.39º74.9%53.14%-
HSV(B)129.39º79.56%88.24%-
XYZ29.2954.9315.54-
YUV154.2682.750.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.33%
GREEN value IS 225 (88.28% from 255) = 65.22%
BLUE value IS 74 (29.30% from 255) = 21.45%
R=13.33%
G=65.22%
B=21.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal46225740.8000.670.12129.3974.953.14
Hex2EE14A50043C814b35
Octal5634111212001031420111365
Binary1011101110000110010101010000010000111100100000011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,225,74); }

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

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

 a { background-color: rgb(46,225,74); }

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

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

 span { border-color: rgb(46,225,74); }

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