Html Css Color HEX #2EC049 Lime Green

📋 copy color: '#2EC049'

red 46 ◦ green 192 ◦ blue 73

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

Shades of Lime Green #2EC049

Tints of Lime Green #2EC049

RGB

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

 GREEN value IS 192 (75.39% from 255) = 61.74%

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

R = 14.79%
G = 61.74%
B = 23.47%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#2EC049 (or 0x2EC049) is known color: Lime Green. HEX triplet: 2E, C0 and 49. RGB value is (46,192,73). Sum of RGB (Red+Green+Blue) = 46+192+73=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 192 (75.39% from 255 or 61.74% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC049 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC049 is #D13FB6. Grayscale: #878787. Windows color (decimal): -13713335 or 4833326. OLE color: 4833326.

HSL color Cylindrical-coordinate representation of color #2EC049: hue angle of 131.1º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC049 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 192 73 -
CMYK 0.76 0 0.62 0.25
HSL 131.1º 0.61% 0.47% -
HSV(B) 131.1º 0.76% 0.75% -
XYZ 21.18 38.76 12.67 -
YUV 134.78 93.13 64.68 -
System Red Green Blue C M Y K H S L
Decimal 46 192 73 0.76 0 0.62 0.25 131.1 0.61 0.47
Hex 2E C0 49 4C 0 3E 19 83 3D 2F
Octal 56 300 111 114 0 76 31 203 75 57
Binary 101110 11000000 1001001 1001100 0 111110 11001 10000011 111101 101111

Color Harmonies of #2EC049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC049

Black with #2EC049

Text Example


Text Example

White with #2EC049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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