Html Css Color HEX #2EC43A Lime Green

📋 copy color: '#2EC43A'

red 46 ◦ green 196 ◦ blue 58

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

Shades of Lime Green #2EC43A

Tints of Lime Green #2EC43A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.33%

R = 15.33%
G = 65.33%
B = 19.33%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#2EC43A (or 0x2EC43A) is known color: Lime Green. HEX triplet: 2E, C4 and 3A. RGB value is (46,196,58). Sum of RGB (Red+Green+Blue) = 46+196+58=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 196 (76.95% from 255 or 65.33% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC43A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC43A is #D13BC5. Grayscale: #878787. Windows color (decimal): -13712326 or 3851310. OLE color: 3851310.

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

Color convert

RGB 46 196 58 -
CMYK 0.77 0 0.70 0.23
HSL 124.8º 0.62% 0.47% -
HSV(B) 124.8º 0.77% 0.77% -
XYZ 21.63 40.37 10.65 -
YUV 135.42 84.31 64.22 -
System Red Green Blue C M Y K H S L
Decimal 46 196 58 0.77 0 0.70 0.23 124.8 0.62 0.47
Hex 2E C4 3A 4D 0 46 17 7D 3E 2F
Octal 56 304 72 115 0 106 27 175 76 57
Binary 101110 11000100 111010 1001101 0 1000110 10111 1111101 111110 101111

Color Harmonies of #2EC43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC43A

Black with #2EC43A

Text Example


Text Example

White with #2EC43A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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