Html Css Color HEX #2EC42B Lime Green

📋 copy color: '#2EC42B'

red 46 ◦ green 196 ◦ blue 43

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

Shades of Lime Green #2EC42B

Tints of Lime Green #2EC42B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.09%

R = 16.14%
G = 68.77%
B = 15.09%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#2EC42B (or 0x2EC42B) is known color: Lime Green. HEX triplet: 2E, C4 and 2B. RGB value is (46,196,43). Sum of RGB (Red+Green+Blue) = 46+196+43=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 196 (76.95% from 255 or 68.77% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC42B is #D13BD4. Grayscale: #868686. Windows color (decimal): -13712341 or 2868270. OLE color: 2868270.

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

Color convert

RGB 46 196 43 -
CMYK 0.77 0 0.78 0.23
HSL 118.82º 0.64% 0.47% -
HSV(B) 118.82º 0.78% 0.77% -
XYZ 21.3 40.24 8.93 -
YUV 133.71 76.81 65.44 -
System Red Green Blue C M Y K H S L
Decimal 46 196 43 0.77 0 0.78 0.23 118.82 0.64 0.47
Hex 2E C4 2B 4D 0 4E 17 77 40 2F
Octal 56 304 53 115 0 116 27 167 100 57
Binary 101110 11000100 101011 1001101 0 1001110 10111 1110111 1000000 101111

Color Harmonies of #2EC42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC42B

Black with #2EC42B

Text Example


Text Example

White with #2EC42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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