Html Css Color HEX #2EE04D Lime Green

📋 copy color: '#2EE04D'

red 46 ◦ green 224 ◦ blue 77

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

Shades of Lime Green #2EE04D

Tints of Lime Green #2EE04D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 64.55%

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

R = 13.26%
G = 64.55%
B = 22.19%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#2EE04D (or 0x2EE04D) is known color: Lime Green. HEX triplet: 2E, E0 and 4D. RGB value is (46,224,77). Sum of RGB (Red+Green+Blue) = 46+224+77=347 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.26% from 347); Green value is 224 (87.89% from 255 or 64.55% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE04D is #D11FB2. Grayscale: #9A9A9A. Windows color (decimal): -13705139 or 5103662. OLE color: 5103662.

HSL color Cylindrical-coordinate representation of color #2EE04D: hue angle of 130.45º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EE04D is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 224 77 -
CMYK 0.79 0 0.66 0.12
HSL 130.45º 0.74% 0.53% -
HSV(B) 130.45º 0.79% 0.88% -
XYZ 29.12 54.43 15.99 -
YUV 154.02 84.53 50.95 -
System Red Green Blue C M Y K H S L
Decimal 46 224 77 0.79 0 0.66 0.12 130.45 0.74 0.53
Hex 2E E0 4D 4F 0 42 C 82 4A 35
Octal 56 340 115 117 0 102 14 202 112 65
Binary 101110 11100000 1001101 1001111 0 1000010 1100 10000010 1001010 110101

Color Harmonies of #2EE04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE04D

Black with #2EE04D

Text Example


Text Example

White with #2EE04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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