Html Css Color HEX #2EDA4F Lime Green

📋 copy color: '#2EDA4F'

red 46 ◦ green 218 ◦ blue 79

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

Shades of Lime Green #2EDA4F

Tints of Lime Green #2EDA4F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 63.56%

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

R = 13.41%
G = 63.56%
B = 23.03%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#2EDA4F (or 0x2EDA4F) is known color: Lime Green. HEX triplet: 2E, DA and 4F. RGB value is (46,218,79). Sum of RGB (Red+Green+Blue) = 46+218+79=343 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.41% from 343); Green value is 218 (85.55% from 255 or 63.56% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDA4F is #D125B0. Grayscale: #979797. Windows color (decimal): -13706673 or 5233198. OLE color: 5233198.

HSL color Cylindrical-coordinate representation of color #2EDA4F: hue angle of 131.51º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDA4F is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 218 79 -
CMYK 0.79 0 0.64 0.15
HSL 131.51º 0.7% 0.52% -
HSV(B) 131.51º 0.79% 0.85% -
XYZ 27.61 51.29 15.84 -
YUV 150.73 87.52 53.3 -
System Red Green Blue C M Y K H S L
Decimal 46 218 79 0.79 0 0.64 0.15 131.51 0.7 0.52
Hex 2E DA 4F 4F 0 40 F 84 46 34
Octal 56 332 117 117 0 100 17 204 106 64
Binary 101110 11011010 1001111 1001111 0 1000000 1111 10000100 1000110 110100

Color Harmonies of #2EDA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDA4F

Black with #2EDA4F

Text Example


Text Example

White with #2EDA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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