Html Css Color HEX #2ED44C Lime Green

📋 copy color: '#2ED44C'

red 46 ◦ green 212 ◦ blue 76

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

Shades of Lime Green #2ED44C

Tints of Lime Green #2ED44C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 63.47%

 BLUE value IS 76 (30.08% from 255) = 22.75%

R = 13.77%
G = 63.47%
B = 22.75%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#2ED44C (or 0x2ED44C) is known color: Lime Green. HEX triplet: 2E, D4 and 4C. RGB value is (46,212,76). Sum of RGB (Red+Green+Blue) = 46+212+76=334 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.77% from 334); Green value is 212 (83.20% from 255 or 63.47% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED44C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED44C is #D12BB3. Grayscale: #939393. Windows color (decimal): -13708212 or 5035054. OLE color: 5035054.

HSL color Cylindrical-coordinate representation of color #2ED44C: hue angle of 130.84º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED44C is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 46 212 76 -
CMYK 0.78 0 0.64 0.17
HSL 130.84º 0.66% 0.51% -
HSV(B) 130.84º 0.78% 0.83% -
XYZ 25.97 48.19 14.77 -
YUV 146.86 88 56.06 -
System Red Green Blue C M Y K H S L
Decimal 46 212 76 0.78 0 0.64 0.17 130.84 0.66 0.51
Hex 2E D4 4C 4E 0 40 11 83 42 33
Octal 56 324 114 116 0 100 21 203 102 63
Binary 101110 11010100 1001100 1001110 0 1000000 10001 10000011 1000010 110011

Color Harmonies of #2ED44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED44C

Black with #2ED44C

Text Example


Text Example

White with #2ED44C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,212,76); }

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

background-color css

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

 a { background-color: rgb(46,212,76); }

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

border-color css

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

 span { border-color: rgb(46,212,76); }

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