Html Css Color HEX #2EE14D Lime Green

📋 copy color: '#2EE14D'

red 46 ◦ green 225 ◦ blue 77

#2EE14D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2EE14D

Tints of Lime Green #2EE14D

RGB

 RED value IS 46 (18.36% from 255) = 13.22%

 GREEN value IS 225 (88.28% from 255) = 64.66%

 BLUE value IS 77 (30.47% from 255) = 22.13%

R = 13.22%
G = 64.66%
B = 22.13%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#2EE14D (or 0x2EE14D) is known color: Lime Green. HEX triplet: 2E, E1 and 4D. RGB value is (46,225,77). Sum of RGB (Red+Green+Blue) = 46+225+77=348 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.22% from 348); Green value is 225 (88.28% from 255 or 64.66% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE14D is #D11EB2. Grayscale: #9B9B9B. Windows color (decimal): -13704883 or 5103918. OLE color: 5103918.

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

Color convert

RGB 46 225 77 -
CMYK 0.80 0 0.66 0.12
HSL 130.39º 0.75% 0.53% -
HSV(B) 130.39º 0.8% 0.88% -
XYZ 29.39 54.97 16.08 -
YUV 154.61 84.2 50.53 -
System Red Green Blue C M Y K H S L
Decimal 46 225 77 0.80 0 0.66 0.12 130.39 0.75 0.53
Hex 2E E1 4D 50 0 42 C 82 4B 35
Octal 56 341 115 120 0 102 14 202 113 65
Binary 101110 11100001 1001101 1010000 0 1000010 1100 10000010 1001011 110101

Color Harmonies of #2EE14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE14D

Black with #2EE14D

Text Example


Text Example

White with #2EE14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EE14D;
 }
 .AnyTagClassName
 {
   color: #2EE14D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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