Html Css Color HEX #2ED110 Lime Green

📋 copy color: '#2ED110'

red 46 ◦ green 209 ◦ blue 16

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

Shades of Lime Green #2ED110

Tints of Lime Green #2ED110

RGB

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

 GREEN value IS 209 (82.03% from 255) = 77.12%

 BLUE value IS 16 (6.64% from 255) = 5.9%

R = 16.97%
G = 77.12%
B = 5.9%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#2ED110 (or 0x2ED110) is known color: Lime Green. HEX triplet: 2E, D1 and 10. RGB value is (46,209,16). Sum of RGB (Red+Green+Blue) = 46+209+16=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 209 (82.03% from 255 or 77.12% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 209 - color contains mainly: green. Hex color #2ED110 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED110 is #D12EEF. Grayscale: #8A8A8A. Windows color (decimal): -13709040 or 1102126. OLE color: 1102126.

HSL color Cylindrical-coordinate representation of color #2ED110: hue angle of 110.67º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2ED110 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 46 209 16 -
CMYK 0.78 0 0.92 0.18
HSL 110.67º 0.86% 0.44% -
HSV(B) 110.67º 0.92% 0.82% -
XYZ 24.02 46.22 8.15 -
YUV 138.26 59 62.19 -
System Red Green Blue C M Y K H S L
Decimal 46 209 16 0.78 0 0.92 0.18 110.67 0.86 0.44
Hex 2E D1 10 4E 0 5C 12 6F 56 2C
Octal 56 321 20 116 0 134 22 157 126 54
Binary 101110 11010001 10000 1001110 0 1011100 10010 1101111 1010110 101100

Color Harmonies of #2ED110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED110

Black with #2ED110

Text Example


Text Example

White with #2ED110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,209,16); }

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

background-color css

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

 a { background-color: rgb(46,209,16); }

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

border-color css

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

 span { border-color: rgb(46,209,16); }

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