Html Css Color HEX #2EC641 Lime Green

📋 copy color: '#2EC641'

red 46 ◦ green 198 ◦ blue 65

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

Shades of Lime Green #2EC641

Tints of Lime Green #2EC641

RGB

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

 GREEN value IS 198 (77.73% from 255) = 64.08%

 BLUE value IS 65 (25.78% from 255) = 21.04%

R = 14.89%
G = 64.08%
B = 21.04%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#2EC641 (or 0x2EC641) is known color: Lime Green. HEX triplet: 2E, C6 and 41. RGB value is (46,198,65). Sum of RGB (Red+Green+Blue) = 46+198+65=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 198 (77.73% from 255 or 64.08% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC641 is #D139BE. Grayscale: #898989. Windows color (decimal): -13711807 or 4310574. OLE color: 4310574.

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

Color convert

RGB 46 198 65 -
CMYK 0.77 0 0.67 0.22
HSL 127.5º 0.62% 0.48% -
HSV(B) 127.5º 0.77% 0.78% -
XYZ 22.27 41.35 11.81 -
YUV 137.39 87.14 62.81 -
System Red Green Blue C M Y K H S L
Decimal 46 198 65 0.77 0 0.67 0.22 127.5 0.62 0.48
Hex 2E C6 41 4D 0 43 16 80 3E 30
Octal 56 306 101 115 0 103 26 200 76 60
Binary 101110 11000110 1000001 1001101 0 1000011 10110 10000000 111110 110000

Color Harmonies of #2EC641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC641

Black with #2EC641

Text Example


Text Example

White with #2EC641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,198,65); }

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

background-color css

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

 a { background-color: rgb(46,198,65); }

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

border-color css

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

 span { border-color: rgb(46,198,65); }

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