Html Css Color HEX #2EC545 Lime Green

📋 copy color: '#2EC545'

red 46 ◦ green 197 ◦ blue 69

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

Shades of Lime Green #2EC545

Tints of Lime Green #2EC545

RGB

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

 GREEN value IS 197 (77.34% from 255) = 63.14%

 BLUE value IS 69 (27.34% from 255) = 22.12%

R = 14.74%
G = 63.14%
B = 22.12%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#2EC545 (or 0x2EC545) is known color: Lime Green. HEX triplet: 2E, C5 and 45. RGB value is (46,197,69). Sum of RGB (Red+Green+Blue) = 46+197+69=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 197 (77.34% from 255 or 63.14% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC545 is #D13ABA. Grayscale: #898989. Windows color (decimal): -13712059 or 4572462. OLE color: 4572462.

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

Color convert

RGB 46 197 69 -
CMYK 0.77 0 0.65 0.23
HSL 129.14º 0.62% 0.48% -
HSV(B) 129.14º 0.77% 0.77% -
XYZ 22.17 40.94 12.36 -
YUV 137.26 89.47 62.91 -
System Red Green Blue C M Y K H S L
Decimal 46 197 69 0.77 0 0.65 0.23 129.14 0.62 0.48
Hex 2E C5 45 4D 0 41 17 81 3E 30
Octal 56 305 105 115 0 101 27 201 76 60
Binary 101110 11000101 1000101 1001101 0 1000001 10111 10000001 111110 110000

Color Harmonies of #2EC545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC545

Black with #2EC545

Text Example


Text Example

White with #2EC545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,197,69); }

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

background-color css

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

 a { background-color: rgb(46,197,69); }

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

border-color css

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

 span { border-color: rgb(46,197,69); }

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