Html Css Color HEX #2EC429 Lime Green

📋 copy color: '#2EC429'

red 46 ◦ green 196 ◦ blue 41

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

Shades of Lime Green #2EC429

Tints of Lime Green #2EC429

RGB

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

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

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

R = 16.25%
G = 69.26%
B = 14.49%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#2EC429 (or 0x2EC429) is known color: Lime Green. HEX triplet: 2E, C4 and 29. RGB value is (46,196,41). Sum of RGB (Red+Green+Blue) = 46+196+41=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 196 (76.95% from 255 or 69.26% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC429 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC429 is #D13BD6. Grayscale: #858585. Windows color (decimal): -13712343 or 2737198. OLE color: 2737198.

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

Color convert

RGB 46 196 41 -
CMYK 0.77 0 0.79 0.23
HSL 118.06º 0.65% 0.46% -
HSV(B) 118.06º 0.79% 0.77% -
XYZ 21.27 40.22 8.74 -
YUV 133.48 75.81 65.6 -
System Red Green Blue C M Y K H S L
Decimal 46 196 41 0.77 0 0.79 0.23 118.06 0.65 0.46
Hex 2E C4 29 4D 0 4F 17 76 41 2E
Octal 56 304 51 115 0 117 27 166 101 56
Binary 101110 11000100 101001 1001101 0 1001111 10111 1110110 1000001 101110

Color Harmonies of #2EC429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC429

Black with #2EC429

Text Example


Text Example

White with #2EC429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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