Html Css Color HEX #2EC84E Lime Green

📋 copy color: '#2EC84E'

red 46 ◦ green 200 ◦ blue 78

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

Shades of Lime Green #2EC84E

Tints of Lime Green #2EC84E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 61.73%

 BLUE value IS 78 (30.86% from 255) = 24.07%

R = 14.2%
G = 61.73%
B = 24.07%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#2EC84E (or 0x2EC84E) is known color: Lime Green. HEX triplet: 2E, C8 and 4E. RGB value is (46,200,78). Sum of RGB (Red+Green+Blue) = 46+200+78=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 200 (78.52% from 255 or 61.73% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC84E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC84E is #D137B1. Grayscale: #8C8C8C. Windows color (decimal): -13711282 or 5163054. OLE color: 5163054.

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

Color convert

RGB 46 200 78 -
CMYK 0.77 0 0.61 0.22
HSL 132.47º 0.63% 0.48% -
HSV(B) 132.47º 0.77% 0.78% -
XYZ 23.16 42.44 14.18 -
YUV 140.05 92.98 60.92 -
System Red Green Blue C M Y K H S L
Decimal 46 200 78 0.77 0 0.61 0.22 132.47 0.63 0.48
Hex 2E C8 4E 4D 0 3D 16 84 3F 30
Octal 56 310 116 115 0 75 26 204 77 60
Binary 101110 11001000 1001110 1001101 0 111101 10110 10000100 111111 110000

Color Harmonies of #2EC84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC84E

Black with #2EC84E

Text Example


Text Example

White with #2EC84E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,200,78); }

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

background-color css

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

 a { background-color: rgb(46,200,78); }

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

border-color css

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

 span { border-color: rgb(46,200,78); }

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