Html Css Color HEX #2ECA4A Lime Green

📋 copy color: '#2ECA4A'

red 46 ◦ green 202 ◦ blue 74

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

Shades of Lime Green #2ECA4A

Tints of Lime Green #2ECA4A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 62.73%

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

R = 14.29%
G = 62.73%
B = 22.98%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#2ECA4A (or 0x2ECA4A) is known color: Lime Green. HEX triplet: 2E, CA and 4A. RGB value is (46,202,74). Sum of RGB (Red+Green+Blue) = 46+202+74=322 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.29% from 322); Green value is 202 (79.30% from 255 or 62.73% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECA4A is #D135B5. Grayscale: #8D8D8D. Windows color (decimal): -13710774 or 4901422. OLE color: 4901422.

HSL color Cylindrical-coordinate representation of color #2ECA4A: hue angle of 130.77º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECA4A is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 202 74 -
CMYK 0.77 0 0.63 0.21
HSL 130.77º 0.63% 0.49% -
HSV(B) 130.77º 0.77% 0.79% -
XYZ 23.48 43.32 13.6 -
YUV 140.76 90.32 60.41 -
System Red Green Blue C M Y K H S L
Decimal 46 202 74 0.77 0 0.63 0.21 130.77 0.63 0.49
Hex 2E CA 4A 4D 0 3F 15 83 3F 31
Octal 56 312 112 115 0 77 25 203 77 61
Binary 101110 11001010 1001010 1001101 0 111111 10101 10000011 111111 110001

Color Harmonies of #2ECA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECA4A

Black with #2ECA4A

Text Example


Text Example

White with #2ECA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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