Html Css Color HEX #2ED44B Lime Green

📋 copy color: '#2ED44B'

red 46 ◦ green 212 ◦ blue 75

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

Shades of Lime Green #2ED44B

Tints of Lime Green #2ED44B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.52%

R = 13.81%
G = 63.66%
B = 22.52%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#2ED44B (or 0x2ED44B) is known color: Lime Green. HEX triplet: 2E, D4 and 4B. RGB value is (46,212,75). Sum of RGB (Red+Green+Blue) = 46+212+75=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 212 (83.20% from 255 or 63.66% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED44B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED44B is #D12BB4. Grayscale: #939393. Windows color (decimal): -13708213 or 4969518. OLE color: 4969518.

HSL color Cylindrical-coordinate representation of color #2ED44B: hue angle of 130.48º 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 #2ED44B is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 46 212 75 -
CMYK 0.78 0 0.65 0.17
HSL 130.48º 0.66% 0.51% -
HSV(B) 130.48º 0.78% 0.83% -
XYZ 25.94 48.18 14.59 -
YUV 146.75 87.5 56.14 -
System Red Green Blue C M Y K H S L
Decimal 46 212 75 0.78 0 0.65 0.17 130.48 0.66 0.51
Hex 2E D4 4B 4E 0 41 11 82 42 33
Octal 56 324 113 116 0 101 21 202 102 63
Binary 101110 11010100 1001011 1001110 0 1000001 10001 10000010 1000010 110011

Color Harmonies of #2ED44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED44B

Black with #2ED44B

Text Example


Text Example

White with #2ED44B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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