Html Css Color HEX #2EC349 Lime Green

📋 copy color: '#2EC349'

red 46 ◦ green 195 ◦ blue 73

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

Shades of Lime Green #2EC349

Tints of Lime Green #2EC349

RGB

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

 GREEN value IS 195 (76.56% from 255) = 62.1%

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

R = 14.65%
G = 62.1%
B = 23.25%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#2EC349 (or 0x2EC349) is known color: Lime Green. HEX triplet: 2E, C3 and 49. RGB value is (46,195,73). Sum of RGB (Red+Green+Blue) = 46+195+73=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 195 (76.56% from 255 or 62.10% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC349 is #D13CB6. Grayscale: #888888. Windows color (decimal): -13712567 or 4834094. OLE color: 4834094.

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

Color convert

RGB 46 195 73 -
CMYK 0.76 0 0.63 0.24
HSL 130.87º 0.62% 0.47% -
HSV(B) 130.87º 0.76% 0.76% -
XYZ 21.84 40.09 12.89 -
YUV 136.54 92.14 63.42 -
System Red Green Blue C M Y K H S L
Decimal 46 195 73 0.76 0 0.63 0.24 130.87 0.62 0.47
Hex 2E C3 49 4C 0 3F 18 83 3E 2F
Octal 56 303 111 114 0 77 30 203 76 57
Binary 101110 11000011 1001001 1001100 0 111111 11000 10000011 111110 101111

Color Harmonies of #2EC349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC349

Black with #2EC349

Text Example


Text Example

White with #2EC349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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