Html Css Color HEX #2ECE49 Lime Green

📋 copy color: '#2ECE49'

red 46 ◦ green 206 ◦ blue 73

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

Shades of Lime Green #2ECE49

Tints of Lime Green #2ECE49

RGB

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

 GREEN value IS 206 (80.86% from 255) = 63.38%

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

R = 14.15%
G = 63.38%
B = 22.46%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#2ECE49 (or 0x2ECE49) is known color: Lime Green. HEX triplet: 2E, CE and 49. RGB value is (46,206,73). Sum of RGB (Red+Green+Blue) = 46+206+73=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 206 (80.86% from 255 or 63.38% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 206 - color contains mainly: green. Hex color #2ECE49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECE49 is #D131B6. Grayscale: #8F8F8F. Windows color (decimal): -13709751 or 4836910. OLE color: 4836910.

HSL color Cylindrical-coordinate representation of color #2ECE49: hue angle of 130.12º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECE49 is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 206 73 -
CMYK 0.78 0 0.65 0.19
HSL 130.13º 0.63% 0.49% -
HSV(B) 130.13º 0.78% 0.81% -
XYZ 24.4 45.2 13.74 -
YUV 143 88.49 58.81 -
System Red Green Blue C M Y K H S L
Decimal 46 206 73 0.78 0 0.65 0.19 130.13 0.63 0.49
Hex 2E CE 49 4E 0 41 13 82 3F 31
Octal 56 316 111 116 0 101 23 202 77 61
Binary 101110 11001110 1001001 1001110 0 1000001 10011 10000010 111111 110001

Color Harmonies of #2ECE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECE49

Black with #2ECE49

Text Example


Text Example

White with #2ECE49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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