Html Css Color HEX #2ECA42 Lime Green

📋 copy color: '#2ECA42'

red 46 ◦ green 202 ◦ blue 66

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

Shades of Lime Green #2ECA42

Tints of Lime Green #2ECA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.02%

R = 14.65%
G = 64.33%
B = 21.02%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#2ECA42 (or 0x2ECA42) is known color: Lime Green. HEX triplet: 2E, CA and 42. RGB value is (46,202,66). Sum of RGB (Red+Green+Blue) = 46+202+66=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 202 (79.30% from 255 or 64.33% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECA42 is #D135BD. Grayscale: #8C8C8C. Windows color (decimal): -13710782 or 4377134. OLE color: 4377134.

HSL color Cylindrical-coordinate representation of color #2ECA42: hue angle of 127.69º 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 #2ECA42 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 202 66 -
CMYK 0.77 0 0.67 0.21
HSL 127.69º 0.63% 0.49% -
HSV(B) 127.69º 0.77% 0.79% -
XYZ 23.23 43.22 12.27 -
YUV 139.85 86.32 61.06 -
System Red Green Blue C M Y K H S L
Decimal 46 202 66 0.77 0 0.67 0.21 127.69 0.63 0.49
Hex 2E CA 42 4D 0 43 15 80 3F 31
Octal 56 312 102 115 0 103 25 200 77 61
Binary 101110 11001010 1000010 1001101 0 1000011 10101 10000000 111111 110001

Color Harmonies of #2ECA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECA42

Black with #2ECA42

Text Example


Text Example

White with #2ECA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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