Html Css Color HEX #2ED112 Lime Green

📋 copy color: '#2ED112'

red 46 ◦ green 209 ◦ blue 18

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

Shades of Lime Green #2ED112

Tints of Lime Green #2ED112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.59%

R = 16.85%
G = 76.56%
B = 6.59%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#2ED112 (or 0x2ED112) is known color: Lime Green. HEX triplet: 2E, D1 and 12. RGB value is (46,209,18). Sum of RGB (Red+Green+Blue) = 46+209+18=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 209 (82.03% from 255 or 76.56% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 209 - color contains mainly: green. Hex color #2ED112 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED112 is #D12EED. Grayscale: #8B8B8B. Windows color (decimal): -13709038 or 1233198. OLE color: 1233198.

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

Color convert

RGB 46 209 18 -
CMYK 0.78 0 0.91 0.18
HSL 111.2º 0.84% 0.45% -
HSV(B) 111.2º 0.91% 0.82% -
XYZ 24.04 46.23 8.23 -
YUV 138.49 60 62.03 -
System Red Green Blue C M Y K H S L
Decimal 46 209 18 0.78 0 0.91 0.18 111.2 0.84 0.45
Hex 2E D1 12 4E 0 5B 12 6F 54 2D
Octal 56 321 22 116 0 133 22 157 124 55
Binary 101110 11010001 10010 1001110 0 1011011 10010 1101111 1010100 101101

Color Harmonies of #2ED112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED112

Black with #2ED112

Text Example


Text Example

White with #2ED112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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