Html Css Color HEX #2ED43A Lime Green

📋 copy color: '#2ED43A'

red 46 ◦ green 212 ◦ blue 58

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

Shades of Lime Green #2ED43A

Tints of Lime Green #2ED43A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.35%

R = 14.56%
G = 67.09%
B = 18.35%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#2ED43A (or 0x2ED43A) is known color: Lime Green. HEX triplet: 2E, D4 and 3A. RGB value is (46,212,58). Sum of RGB (Red+Green+Blue) = 46+212+58=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 212 (83.20% from 255 or 67.09% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED43A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED43A is #D12BC5. Grayscale: #919191. Windows color (decimal): -13708230 or 3855406. OLE color: 3855406.

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

Color convert

RGB 46 212 58 -
CMYK 0.78 0 0.73 0.17
HSL 124.34º 0.66% 0.51% -
HSV(B) 124.34º 0.78% 0.83% -
XYZ 25.43 47.97 11.92 -
YUV 144.81 79 57.52 -
System Red Green Blue C M Y K H S L
Decimal 46 212 58 0.78 0 0.73 0.17 124.34 0.66 0.51
Hex 2E D4 3A 4E 0 49 11 7C 42 33
Octal 56 324 72 116 0 111 21 174 102 63
Binary 101110 11010100 111010 1001110 0 1001001 10001 1111100 1000010 110011

Color Harmonies of #2ED43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED43A

Black with #2ED43A

Text Example


Text Example

White with #2ED43A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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