Html Css Color HEX #2EC44A Lime Green

📋 copy color: '#2EC44A'

red 46 ◦ green 196 ◦ blue 74

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

Shades of Lime Green #2EC44A

Tints of Lime Green #2EC44A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 62.03%

 BLUE value IS 74 (29.3% from 255) = 23.42%

R = 14.56%
G = 62.03%
B = 23.42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#2EC44A (or 0x2EC44A) is known color: Lime Green. HEX triplet: 2E, C4 and 4A. RGB value is (46,196,74). Sum of RGB (Red+Green+Blue) = 46+196+74=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 196 (76.95% from 255 or 62.03% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC44A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC44A is #D13BB5. Grayscale: #898989. Windows color (decimal): -13712310 or 4899886. OLE color: 4899886.

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

Color convert

RGB 46 196 74 -
CMYK 0.77 0 0.62 0.23
HSL 131.2º 0.62% 0.47% -
HSV(B) 131.2º 0.77% 0.77% -
XYZ 22.1 40.56 13.14 -
YUV 137.24 92.31 62.92 -
System Red Green Blue C M Y K H S L
Decimal 46 196 74 0.77 0 0.62 0.23 131.2 0.62 0.47
Hex 2E C4 4A 4D 0 3E 17 83 3E 2F
Octal 56 304 112 115 0 76 27 203 76 57
Binary 101110 11000100 1001010 1001101 0 111110 10111 10000011 111110 101111

Color Harmonies of #2EC44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC44A

Black with #2EC44A

Text Example


Text Example

White with #2EC44A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,196,74); }

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

background-color css

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

 a { background-color: rgb(46,196,74); }

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

border-color css

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

 span { border-color: rgb(46,196,74); }

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