Html Css Color HEX #2ED90D Lime Green

📋 copy color: '#2ED90D'

red 46 ◦ green 217 ◦ blue 13

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

Shades of Lime Green #2ED90D

Tints of Lime Green #2ED90D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 78.62%

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

R = 16.67%
G = 78.62%
B = 4.71%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#2ED90D (or 0x2ED90D) is known color: Lime Green. HEX triplet: 2E, D9 and 0D. RGB value is (46,217,13). Sum of RGB (Red+Green+Blue) = 46+217+13=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 217 (85.16% from 255 or 78.62% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED90D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED90D is #D126F2. Grayscale: #8F8F8F. Windows color (decimal): -13706995 or 907566. OLE color: 907566.

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

Color convert

RGB 46 217 13 -
CMYK 0.79 0 0.94 0.15
HSL 110.29º 0.89% 0.45% -
HSV(B) 110.29º 0.94% 0.85% -
XYZ 26.01 50.24 8.71 -
YUV 142.62 54.85 59.09 -
System Red Green Blue C M Y K H S L
Decimal 46 217 13 0.79 0 0.94 0.15 110.29 0.89 0.45
Hex 2E D9 D 4F 0 5E F 6E 59 2D
Octal 56 331 15 117 0 136 17 156 131 55
Binary 101110 11011001 1101 1001111 0 1011110 1111 1101110 1011001 101101

Color Harmonies of #2ED90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED90D

Black with #2ED90D

Text Example


Text Example

White with #2ED90D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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