Html Css Color HEX #2ED349 Lime Green

📋 copy color: '#2ED349'

red 46 ◦ green 211 ◦ blue 73

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

Shades of Lime Green #2ED349

Tints of Lime Green #2ED349

RGB

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

 GREEN value IS 211 (82.81% from 255) = 63.94%

 BLUE value IS 73 (28.91% from 255) = 22.12%

R = 13.94%
G = 63.94%
B = 22.12%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#2ED349 (or 0x2ED349) is known color: Lime Green. HEX triplet: 2E, D3 and 49. RGB value is (46,211,73). Sum of RGB (Red+Green+Blue) = 46+211+73=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 211 (82.81% from 255 or 63.94% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 211 - color contains mainly: green. Hex color #2ED349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED349 is #D12CB6. Grayscale: #929292. Windows color (decimal): -13708471 or 4838190. OLE color: 4838190.

HSL color Cylindrical-coordinate representation of color #2ED349: hue angle of 129.82º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED349 is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 46 211 73 -
CMYK 0.78 0 0.65 0.17
HSL 129.82º 0.65% 0.5% -
HSV(B) 129.82º 0.78% 0.83% -
XYZ 25.62 47.65 14.15 -
YUV 145.93 86.84 56.72 -
System Red Green Blue C M Y K H S L
Decimal 46 211 73 0.78 0 0.65 0.17 129.82 0.65 0.5
Hex 2E D3 49 4E 0 41 11 82 41 32
Octal 56 323 111 116 0 101 21 202 101 62
Binary 101110 11010011 1001001 1001110 0 1000001 10001 10000010 1000001 110010

Color Harmonies of #2ED349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED349

Black with #2ED349

Text Example


Text Example

White with #2ED349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,211,73); }

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

background-color css

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

 a { background-color: rgb(46,211,73); }

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

border-color css

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

 span { border-color: rgb(46,211,73); }

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