#2EE14E

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

Shades of Lime Green #2EE14E

Tints of Lime Green #2EE14E

Color information

#2EE14E (or 0x2EE14E) is unknown color: approx Lime Green. HEX triplet: 2E, E1 and 4E. RGB value is (46,225,78). Sum of RGB (Red+Green+Blue) = 46+225+78=349 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.18% from 349); Green value is 225 (88.28% from 255 or 64.47% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE14E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE14E is #D11EB1. Grayscale: #9B9B9B. Windows color (decimal): -13704882 or 5169454. OLE color: 5169454.

HSL color Cylindrical-coordinate representation of color #2EE14E: hue angle of 130.73º 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 #2EE14E is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB4622578-
CMYK0.8000.650.12
HSL130.73º74.9%53.14%-
HSV(B)130.73º79.56%88.24%-
XYZ29.4354.9816.27-
YUV154.7284.750.45-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.18%
GREEN value IS 225 (88.28% from 255) = 64.47%
BLUE value IS 78 (30.86% from 255) = 22.35%
R=13.18%
G=64.47%
B=22.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal46225780.8000.650.12130.7374.953.14
Hex2EE14E50041C834b35
Octal5634111612001011420311365
Binary1011101110000110011101010000010000011100100000111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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