Html Css Color HEX #2ED424 Lime Green

📋 copy color: '#2ED424'

red 46 ◦ green 212 ◦ blue 36

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

Shades of Lime Green #2ED424

Tints of Lime Green #2ED424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.24%

R = 15.65%
G = 72.11%
B = 12.24%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#2ED424 (or 0x2ED424) is known color: Lime Green. HEX triplet: 2E, D4 and 24. RGB value is (46,212,36). Sum of RGB (Red+Green+Blue) = 46+212+36=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 212 (83.20% from 255 or 72.11% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED424 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED424 is #D12BDB. Grayscale: #8E8E8E. Windows color (decimal): -13708252 or 2413614. OLE color: 2413614.

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

Color convert

RGB 46 212 36 -
CMYK 0.78 0 0.83 0.17
HSL 116.59º 0.71% 0.49% -
HSV(B) 116.59º 0.83% 0.83% -
XYZ 24.99 47.8 9.58 -
YUV 142.3 68 59.31 -
System Red Green Blue C M Y K H S L
Decimal 46 212 36 0.78 0 0.83 0.17 116.59 0.71 0.49
Hex 2E D4 24 4E 0 53 11 75 47 31
Octal 56 324 44 116 0 123 21 165 107 61
Binary 101110 11010100 100100 1001110 0 1010011 10001 1110101 1000111 110001

Color Harmonies of #2ED424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED424

Black with #2ED424

Text Example


Text Example

White with #2ED424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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