Html Css Color HEX #2EC018 Lime Green

📋 copy color: '#2EC018'

red 46 ◦ green 192 ◦ blue 24

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

Shades of Lime Green #2EC018

Tints of Lime Green #2EC018

RGB

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

 GREEN value IS 192 (75.39% from 255) = 73.28%

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

R = 17.56%
G = 73.28%
B = 9.16%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#2EC018 (or 0x2EC018) is known color: Lime Green. HEX triplet: 2E, C0 and 18. RGB value is (46,192,24). Sum of RGB (Red+Green+Blue) = 46+192+24=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 192 (75.39% from 255 or 73.28% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC018 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC018 is #D13FE7. Grayscale: #818181. Windows color (decimal): -13713384 or 1622062. OLE color: 1622062.

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

Color convert

RGB 46 192 24 -
CMYK 0.76 0 0.88 0.25
HSL 112.14º 0.78% 0.42% -
HSV(B) 112.14º 0.88% 0.75% -
XYZ 20.14 38.35 7.2 -
YUV 129.19 68.63 68.66 -
System Red Green Blue C M Y K H S L
Decimal 46 192 24 0.76 0 0.88 0.25 112.14 0.78 0.42
Hex 2E C0 18 4C 0 58 19 70 4E 2A
Octal 56 300 30 114 0 130 31 160 116 52
Binary 101110 11000000 11000 1001100 0 1011000 11001 1110000 1001110 101010

Color Harmonies of #2EC018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC018

Black with #2EC018

Text Example


Text Example

White with #2EC018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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