Html Css Color HEX #2EC646 Lime Green

📋 copy color: '#2EC646'

red 46 ◦ green 198 ◦ blue 70

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

Shades of Lime Green #2EC646

Tints of Lime Green #2EC646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.29%

R = 14.65%
G = 63.06%
B = 22.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#2EC646 (or 0x2EC646) is known color: Lime Green. HEX triplet: 2E, C6 and 46. RGB value is (46,198,70). Sum of RGB (Red+Green+Blue) = 46+198+70=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 198 (77.73% from 255 or 63.06% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC646 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC646 is #D139B9. Grayscale: #8A8A8A. Windows color (decimal): -13711802 or 4638254. OLE color: 4638254.

HSL color Cylindrical-coordinate representation of color #2EC646: hue angle of 129.47º 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 #2EC646 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 46 198 70 -
CMYK 0.77 0 0.65 0.22
HSL 129.47º 0.62% 0.48% -
HSV(B) 129.47º 0.77% 0.78% -
XYZ 22.43 41.41 12.61 -
YUV 137.96 89.64 62.41 -
System Red Green Blue C M Y K H S L
Decimal 46 198 70 0.77 0 0.65 0.22 129.47 0.62 0.48
Hex 2E C6 46 4D 0 41 16 81 3E 30
Octal 56 306 106 115 0 101 26 201 76 60
Binary 101110 11000110 1000110 1001101 0 1000001 10110 10000001 111110 110000

Color Harmonies of #2EC646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC646

Black with #2EC646

Text Example


Text Example

White with #2EC646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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