Html Css Color HEX #2ECA29 Lime Green

📋 copy color: '#2ECA29'

red 46 ◦ green 202 ◦ blue 41

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

Shades of Lime Green #2ECA29

Tints of Lime Green #2ECA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.19%

R = 15.92%
G = 69.9%
B = 14.19%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#2ECA29 (or 0x2ECA29) is known color: Lime Green. HEX triplet: 2E, CA and 29. RGB value is (46,202,41). Sum of RGB (Red+Green+Blue) = 46+202+41=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 202 (79.30% from 255 or 69.90% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECA29 is #D135D6. Grayscale: #898989. Windows color (decimal): -13710807 or 2738734. OLE color: 2738734.

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

Color convert

RGB 46 202 41 -
CMYK 0.77 0 0.80 0.21
HSL 118.14º 0.66% 0.48% -
HSV(B) 118.14º 0.8% 0.79% -
XYZ 22.65 42.98 9.2 -
YUV 137 73.82 63.09 -
System Red Green Blue C M Y K H S L
Decimal 46 202 41 0.77 0 0.80 0.21 118.14 0.66 0.48
Hex 2E CA 29 4D 0 50 15 76 42 30
Octal 56 312 51 115 0 120 25 166 102 60
Binary 101110 11001010 101001 1001101 0 1010000 10101 1110110 1000010 110000

Color Harmonies of #2ECA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECA29

Black with #2ECA29

Text Example


Text Example

White with #2ECA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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