Html Css Color HEX #2EDC17 Lime Green

📋 copy color: '#2EDC17'

red 46 ◦ green 220 ◦ blue 23

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

Shades of Lime Green #2EDC17

Tints of Lime Green #2EDC17

RGB

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

 GREEN value IS 220 (86.33% from 255) = 76.12%

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

R = 15.92%
G = 76.12%
B = 7.96%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#2EDC17 (or 0x2EDC17) is known color: Lime Green. HEX triplet: 2E, DC and 17. RGB value is (46,220,23). Sum of RGB (Red+Green+Blue) = 46+220+23=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 220 (86.33% from 255 or 76.12% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDC17 is #D123E8. Grayscale: #929292. Windows color (decimal): -13706217 or 1563694. OLE color: 1563694.

HSL color Cylindrical-coordinate representation of color #2EDC17: hue angle of 112.99º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2EDC17 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 220 23 -
CMYK 0.79 0 0.90 0.14
HSL 112.99º 0.81% 0.48% -
HSV(B) 112.99º 0.9% 0.86% -
XYZ 26.87 51.83 9.4 -
YUV 145.52 58.85 57.02 -
System Red Green Blue C M Y K H S L
Decimal 46 220 23 0.79 0 0.90 0.14 112.99 0.81 0.48
Hex 2E DC 17 4F 0 5A E 71 51 30
Octal 56 334 27 117 0 132 16 161 121 60
Binary 101110 11011100 10111 1001111 0 1011010 1110 1110001 1010001 110000

Color Harmonies of #2EDC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDC17

Black with #2EDC17

Text Example


Text Example

White with #2EDC17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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