Html Css Color HEX #2EC118 Lime Green

📋 copy color: '#2EC118'

red 46 ◦ green 193 ◦ blue 24

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

Shades of Lime Green #2EC118

Tints of Lime Green #2EC118

RGB

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

 GREEN value IS 193 (75.78% from 255) = 73.38%

 BLUE value IS 24 (9.77% from 255) = 9.13%

R = 17.49%
G = 73.38%
B = 9.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#2EC118 (or 0x2EC118) is known color: Lime Green. HEX triplet: 2E, C1 and 18. RGB value is (46,193,24). Sum of RGB (Red+Green+Blue) = 46+193+24=263 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.49% from 263); Green value is 193 (75.78% from 255 or 73.38% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC118 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC118 is #D13EE7. Grayscale: #828282. Windows color (decimal): -13713128 or 1622318. OLE color: 1622318.

HSL color Cylindrical-coordinate representation of color #2EC118: hue angle of 112.19º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2EC118 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 193 24 -
CMYK 0.76 0 0.88 0.24
HSL 112.19º 0.78% 0.43% -
HSV(B) 112.19º 0.88% 0.76% -
XYZ 20.36 38.79 7.28 -
YUV 129.78 68.3 68.24 -
System Red Green Blue C M Y K H S L
Decimal 46 193 24 0.76 0 0.88 0.24 112.19 0.78 0.43
Hex 2E C1 18 4C 0 58 18 70 4E 2B
Octal 56 301 30 114 0 130 30 160 116 53
Binary 101110 11000001 11000 1001100 0 1011000 11000 1110000 1001110 101011

Color Harmonies of #2EC118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC118

Black with #2EC118

Text Example


Text Example

White with #2EC118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,193,24); }

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

background-color css

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

 a { background-color: rgb(46,193,24); }

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

border-color css

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

 span { border-color: rgb(46,193,24); }

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