Html Css Color HEX #2ED53D Lime Green

📋 copy color: '#2ED53D'

red 46 ◦ green 213 ◦ blue 61

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

Shades of Lime Green #2ED53D

Tints of Lime Green #2ED53D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 66.56%

 BLUE value IS 61 (24.22% from 255) = 19.06%

R = 14.38%
G = 66.56%
B = 19.06%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#2ED53D (or 0x2ED53D) is known color: Lime Green. HEX triplet: 2E, D5 and 3D. RGB value is (46,213,61). Sum of RGB (Red+Green+Blue) = 46+213+61=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 213 (83.59% from 255 or 66.56% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED53D is #D12AC2. Grayscale: #929292. Windows color (decimal): -13707971 or 4052270. OLE color: 4052270.

HSL color Cylindrical-coordinate representation of color #2ED53D: hue angle of 125.39º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED53D is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 213 61 -
CMYK 0.78 0 0.71 0.16
HSL 125.39º 0.67% 0.51% -
HSV(B) 125.39º 0.78% 0.84% -
XYZ 25.76 48.51 12.42 -
YUV 145.74 80.17 56.86 -
System Red Green Blue C M Y K H S L
Decimal 46 213 61 0.78 0 0.71 0.16 125.39 0.67 0.51
Hex 2E D5 3D 4E 0 47 10 7D 43 33
Octal 56 325 75 116 0 107 20 175 103 63
Binary 101110 11010101 111101 1001110 0 1000111 10000 1111101 1000011 110011

Color Harmonies of #2ED53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED53D

Black with #2ED53D

Text Example


Text Example

White with #2ED53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,213,61); }

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

background-color css

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

 a { background-color: rgb(46,213,61); }

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

border-color css

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

 span { border-color: rgb(46,213,61); }

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