Html Css Color HEX #2EDE4F Lime Green

📋 copy color: '#2EDE4F'

red 46 ◦ green 222 ◦ blue 79

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

Shades of Lime Green #2EDE4F

Tints of Lime Green #2EDE4F

RGB

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

 GREEN value IS 222 (87.11% from 255) = 63.98%

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

R = 13.26%
G = 63.98%
B = 22.77%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#2EDE4F (or 0x2EDE4F) is known color: Lime Green. HEX triplet: 2E, DE and 4F. RGB value is (46,222,79). Sum of RGB (Red+Green+Blue) = 46+222+79=347 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.26% from 347); Green value is 222 (87.11% from 255 or 63.98% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDE4F is #D121B0. Grayscale: #999999. Windows color (decimal): -13705649 or 5234222. OLE color: 5234222.

HSL color Cylindrical-coordinate representation of color #2EDE4F: hue angle of 131.25º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDE4F is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 222 79 -
CMYK 0.79 0 0.64 0.13
HSL 131.25º 0.73% 0.53% -
HSV(B) 131.25º 0.79% 0.87% -
XYZ 28.66 53.39 16.19 -
YUV 153.07 86.19 51.63 -
System Red Green Blue C M Y K H S L
Decimal 46 222 79 0.79 0 0.64 0.13 131.25 0.73 0.53
Hex 2E DE 4F 4F 0 40 D 83 49 35
Octal 56 336 117 117 0 100 15 203 111 65
Binary 101110 11011110 1001111 1001111 0 1000000 1101 10000011 1001001 110101

Color Harmonies of #2EDE4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDE4F

Black with #2EDE4F

Text Example


Text Example

White with #2EDE4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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