Html Css Color HEX #2EC54F Lime Green

📋 copy color: '#2EC54F'

red 46 ◦ green 197 ◦ blue 79

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

Shades of Lime Green #2EC54F

Tints of Lime Green #2EC54F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.53%

R = 14.29%
G = 61.18%
B = 24.53%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#2EC54F (or 0x2EC54F) is known color: Lime Green. HEX triplet: 2E, C5 and 4F. RGB value is (46,197,79). Sum of RGB (Red+Green+Blue) = 46+197+79=322 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.29% from 322); Green value is 197 (77.34% from 255 or 61.18% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC54F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC54F is #D13AB0. Grayscale: #8A8A8A. Windows color (decimal): -13712049 or 5227822. OLE color: 5227822.

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

Color convert

RGB 46 197 79 -
CMYK 0.77 0 0.60 0.23
HSL 133.11º 0.62% 0.48% -
HSV(B) 133.11º 0.77% 0.77% -
XYZ 22.5 41.08 14.14 -
YUV 138.4 94.47 62.09 -
System Red Green Blue C M Y K H S L
Decimal 46 197 79 0.77 0 0.60 0.23 133.11 0.62 0.48
Hex 2E C5 4F 4D 0 3C 17 85 3E 30
Octal 56 305 117 115 0 74 27 205 76 60
Binary 101110 11000101 1001111 1001101 0 111100 10111 10000101 111110 110000

Color Harmonies of #2EC54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC54F

Black with #2EC54F

Text Example


Text Example

White with #2EC54F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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