Html Css Color HEX #2EC943 Lime Green

📋 copy color: '#2EC943'

red 46 ◦ green 201 ◦ blue 67

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

Shades of Lime Green #2EC943

Tints of Lime Green #2EC943

RGB

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

 GREEN value IS 201 (78.91% from 255) = 64.01%

 BLUE value IS 67 (26.56% from 255) = 21.34%

R = 14.65%
G = 64.01%
B = 21.34%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#2EC943 (or 0x2EC943) is known color: Lime Green. HEX triplet: 2E, C9 and 43. RGB value is (46,201,67). Sum of RGB (Red+Green+Blue) = 46+201+67=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 201 (78.91% from 255 or 64.01% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC943 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC943 is #D136BC. Grayscale: #8B8B8B. Windows color (decimal): -13711037 or 4442414. OLE color: 4442414.

HSL color Cylindrical-coordinate representation of color #2EC943: hue angle of 128.13º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC943 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 201 67 -
CMYK 0.77 0 0.67 0.21
HSL 128.13º 0.63% 0.48% -
HSV(B) 128.13º 0.77% 0.79% -
XYZ 23.03 42.76 12.35 -
YUV 139.38 87.15 61.4 -
System Red Green Blue C M Y K H S L
Decimal 46 201 67 0.77 0 0.67 0.21 128.13 0.63 0.48
Hex 2E C9 43 4D 0 43 15 80 3F 30
Octal 56 311 103 115 0 103 25 200 77 60
Binary 101110 11001001 1000011 1001101 0 1000011 10101 10000000 111111 110000

Color Harmonies of #2EC943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC943

Black with #2EC943

Text Example


Text Example

White with #2EC943

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,201,67); }

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

background-color css

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

 a { background-color: rgb(46,201,67); }

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

border-color css

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

 span { border-color: rgb(46,201,67); }

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