Html Css Color HEX #2ED917 Lime Green

📋 copy color: '#2ED917'

red 46 ◦ green 217 ◦ blue 23

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

Shades of Lime Green #2ED917

Tints of Lime Green #2ED917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.04%

R = 16.08%
G = 75.87%
B = 8.04%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#2ED917 (or 0x2ED917) is known color: Lime Green. HEX triplet: 2E, D9 and 17. RGB value is (46,217,23). Sum of RGB (Red+Green+Blue) = 46+217+23=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 217 (85.16% from 255 or 75.87% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED917 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED917 is #D126E8. Grayscale: #909090. Windows color (decimal): -13706985 or 1562926. OLE color: 1562926.

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

Color convert

RGB 46 217 23 -
CMYK 0.79 0 0.89 0.15
HSL 112.89º 0.81% 0.47% -
HSV(B) 112.89º 0.89% 0.85% -
XYZ 26.09 50.27 9.14 -
YUV 143.76 59.85 58.27 -
System Red Green Blue C M Y K H S L
Decimal 46 217 23 0.79 0 0.89 0.15 112.89 0.81 0.47
Hex 2E D9 17 4F 0 59 F 71 51 2F
Octal 56 331 27 117 0 131 17 161 121 57
Binary 101110 11011001 10111 1001111 0 1011001 1111 1110001 1010001 101111

Color Harmonies of #2ED917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED917

Black with #2ED917

Text Example


Text Example

White with #2ED917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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