Html Css Color HEX #2EC829 Lime Green

📋 copy color: '#2EC829'

red 46 ◦ green 200 ◦ blue 41

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

Shades of Lime Green #2EC829

Tints of Lime Green #2EC829

RGB

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

 GREEN value IS 200 (78.52% from 255) = 69.69%

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

R = 16.03%
G = 69.69%
B = 14.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#2EC829 (or 0x2EC829) is known color: Lime Green. HEX triplet: 2E, C8 and 29. RGB value is (46,200,41). Sum of RGB (Red+Green+Blue) = 46+200+41=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 200 (78.52% from 255 or 69.69% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC829 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC829 is #D137D6. Grayscale: #888888. Windows color (decimal): -13711319 or 2738222. OLE color: 2738222.

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

Color convert

RGB 46 200 41 -
CMYK 0.77 0 0.80 0.22
HSL 118.11º 0.66% 0.47% -
HSV(B) 118.11º 0.8% 0.78% -
XYZ 22.18 42.05 9.05 -
YUV 135.83 74.48 63.93 -
System Red Green Blue C M Y K H S L
Decimal 46 200 41 0.77 0 0.80 0.22 118.11 0.66 0.47
Hex 2E C8 29 4D 0 50 16 76 42 2F
Octal 56 310 51 115 0 120 26 166 102 57
Binary 101110 11001000 101001 1001101 0 1010000 10110 1110110 1000010 101111

Color Harmonies of #2EC829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC829

Black with #2EC829

Text Example


Text Example

White with #2EC829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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