Html Css Color HEX #2EC424 Lime Green

📋 copy color: '#2EC424'

red 46 ◦ green 196 ◦ blue 36

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

Shades of Lime Green #2EC424

Tints of Lime Green #2EC424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.95%

R = 16.55%
G = 70.5%
B = 12.95%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#2EC424 (or 0x2EC424) is known color: Lime Green. HEX triplet: 2E, C4 and 24. RGB value is (46,196,36). Sum of RGB (Red+Green+Blue) = 46+196+36=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 196 (76.95% from 255 or 70.50% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC424 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC424 is #D13BDB. Grayscale: #858585. Windows color (decimal): -13712348 or 2409518. OLE color: 2409518.

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

Color convert

RGB 46 196 36 -
CMYK 0.77 0 0.82 0.23
HSL 116.25º 0.69% 0.45% -
HSV(B) 116.25º 0.82% 0.77% -
XYZ 21.19 40.19 8.31 -
YUV 132.91 73.31 66.01 -
System Red Green Blue C M Y K H S L
Decimal 46 196 36 0.77 0 0.82 0.23 116.25 0.69 0.45
Hex 2E C4 24 4D 0 52 17 74 45 2D
Octal 56 304 44 115 0 122 27 164 105 55
Binary 101110 11000100 100100 1001101 0 1010010 10111 1110100 1000101 101101

Color Harmonies of #2EC424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC424

Black with #2EC424

Text Example


Text Example

White with #2EC424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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