Html Css Color HEX #2EC547 Lime Green

📋 copy color: '#2EC547'

red 46 ◦ green 197 ◦ blue 71

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

Shades of Lime Green #2EC547

Tints of Lime Green #2EC547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.61%

R = 14.65%
G = 62.74%
B = 22.61%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#2EC547 (or 0x2EC547) is known color: Lime Green. HEX triplet: 2E, C5 and 47. RGB value is (46,197,71). Sum of RGB (Red+Green+Blue) = 46+197+71=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 197 (77.34% from 255 or 62.74% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC547 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC547 is #D13AB8. Grayscale: #898989. Windows color (decimal): -13712057 or 4703534. OLE color: 4703534.

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

Color convert

RGB 46 197 71 -
CMYK 0.77 0 0.64 0.23
HSL 129.93º 0.62% 0.48% -
HSV(B) 129.93º 0.77% 0.77% -
XYZ 22.23 40.97 12.7 -
YUV 137.49 90.47 62.75 -
System Red Green Blue C M Y K H S L
Decimal 46 197 71 0.77 0 0.64 0.23 129.93 0.62 0.48
Hex 2E C5 47 4D 0 40 17 82 3E 30
Octal 56 305 107 115 0 100 27 202 76 60
Binary 101110 11000101 1000111 1001101 0 1000000 10111 10000010 111110 110000

Color Harmonies of #2EC547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC547

Black with #2EC547

Text Example


Text Example

White with #2EC547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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