Html Css Color HEX #2ED70D Lime Green

📋 copy color: '#2ED70D'

red 46 ◦ green 215 ◦ blue 13

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

Shades of Lime Green #2ED70D

Tints of Lime Green #2ED70D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 78.47%

 BLUE value IS 13 (5.47% from 255) = 4.74%

R = 16.79%
G = 78.47%
B = 4.74%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#2ED70D (or 0x2ED70D) is known color: Lime Green. HEX triplet: 2E, D7 and 0D. RGB value is (46,215,13). Sum of RGB (Red+Green+Blue) = 46+215+13=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 215 (84.38% from 255 or 78.47% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED70D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED70D is #D128F2. Grayscale: #8E8E8E. Windows color (decimal): -13707507 or 907054. OLE color: 907054.

HSL color Cylindrical-coordinate representation of color #2ED70D: hue angle of 110.2º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2ED70D is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 215 13 -
CMYK 0.79 0 0.94 0.16
HSL 110.2º 0.89% 0.45% -
HSV(B) 110.2º 0.94% 0.84% -
XYZ 25.5 49.21 8.54 -
YUV 141.44 55.51 59.93 -
System Red Green Blue C M Y K H S L
Decimal 46 215 13 0.79 0 0.94 0.16 110.2 0.89 0.45
Hex 2E D7 D 4F 0 5E 10 6E 59 2D
Octal 56 327 15 117 0 136 20 156 131 55
Binary 101110 11010111 1101 1001111 0 1011110 10000 1101110 1011001 101101

Color Harmonies of #2ED70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED70D

Black with #2ED70D

Text Example


Text Example

White with #2ED70D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,215,13); }

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

background-color css

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

 a { background-color: rgb(46,215,13); }

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

border-color css

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

 span { border-color: rgb(46,215,13); }

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