Html Css Color HEX #2EC849 Lime Green

📋 copy color: '#2EC849'

red 46 ◦ green 200 ◦ blue 73

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

Shades of Lime Green #2EC849

Tints of Lime Green #2EC849

RGB

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

 GREEN value IS 200 (78.52% from 255) = 62.7%

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

R = 14.42%
G = 62.7%
B = 22.88%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#2EC849 (or 0x2EC849) is known color: Lime Green. HEX triplet: 2E, C8 and 49. RGB value is (46,200,73). Sum of RGB (Red+Green+Blue) = 46+200+73=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 200 (78.52% from 255 or 62.70% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC849 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC849 is #D137B6. Grayscale: #8B8B8B. Windows color (decimal): -13711287 or 4835374. OLE color: 4835374.

HSL color Cylindrical-coordinate representation of color #2EC849: hue angle of 130.52º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC849 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 46 200 73 -
CMYK 0.77 0 0.64 0.22
HSL 130.52º 0.63% 0.48% -
HSV(B) 130.52º 0.77% 0.78% -
XYZ 22.98 42.37 13.27 -
YUV 139.48 90.48 61.33 -
System Red Green Blue C M Y K H S L
Decimal 46 200 73 0.77 0 0.64 0.22 130.52 0.63 0.48
Hex 2E C8 49 4D 0 40 16 83 3F 30
Octal 56 310 111 115 0 100 26 203 77 60
Binary 101110 11001000 1001001 1001101 0 1000000 10110 10000011 111111 110000

Color Harmonies of #2EC849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC849

Black with #2EC849

Text Example


Text Example

White with #2EC849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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