Html Css Color HEX #2EC54A Lime Green

📋 copy color: '#2EC54A'

red 46 ◦ green 197 ◦ blue 74

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

Shades of Lime Green #2EC54A

Tints of Lime Green #2EC54A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.34%

R = 14.51%
G = 62.15%
B = 23.34%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#2EC54A (or 0x2EC54A) is known color: Lime Green. HEX triplet: 2E, C5 and 4A. RGB value is (46,197,74). Sum of RGB (Red+Green+Blue) = 46+197+74=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 197 (77.34% from 255 or 62.15% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC54A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC54A is #D13AB5. Grayscale: #8A8A8A. Windows color (decimal): -13712054 or 4900142. OLE color: 4900142.

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

Color convert

RGB 46 197 74 -
CMYK 0.77 0 0.62 0.23
HSL 131.13º 0.62% 0.48% -
HSV(B) 131.13º 0.77% 0.77% -
XYZ 22.33 41.01 13.22 -
YUV 137.83 91.97 62.5 -
System Red Green Blue C M Y K H S L
Decimal 46 197 74 0.77 0 0.62 0.23 131.13 0.62 0.48
Hex 2E C5 4A 4D 0 3E 17 83 3E 30
Octal 56 305 112 115 0 76 27 203 76 60
Binary 101110 11000101 1001010 1001101 0 111110 10111 10000011 111110 110000

Color Harmonies of #2EC54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC54A

Black with #2EC54A

Text Example


Text Example

White with #2EC54A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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