Html Css Color HEX #2EC519 Lime Green

📋 copy color: '#2EC519'

red 46 ◦ green 197 ◦ blue 25

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

Shades of Lime Green #2EC519

Tints of Lime Green #2EC519

RGB

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

 GREEN value IS 197 (77.34% from 255) = 73.51%

 BLUE value IS 25 (10.16% from 255) = 9.33%

R = 17.16%
G = 73.51%
B = 9.33%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#2EC519 (or 0x2EC519) is known color: Lime Green. HEX triplet: 2E, C5 and 19. RGB value is (46,197,25). Sum of RGB (Red+Green+Blue) = 46+197+25=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 197 (77.34% from 255 or 73.51% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC519 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC519 is #D13AE6. Grayscale: #848484. Windows color (decimal): -13712103 or 1688878. OLE color: 1688878.

HSL color Cylindrical-coordinate representation of color #2EC519: hue angle of 112.67º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2EC519 is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 46 197 25 -
CMYK 0.77 0 0.87 0.23
HSL 112.67º 0.77% 0.44% -
HSV(B) 112.67º 0.87% 0.77% -
XYZ 21.27 40.58 7.63 -
YUV 132.24 67.47 66.49 -
System Red Green Blue C M Y K H S L
Decimal 46 197 25 0.77 0 0.87 0.23 112.67 0.77 0.44
Hex 2E C5 19 4D 0 57 17 71 4D 2C
Octal 56 305 31 115 0 127 27 161 115 54
Binary 101110 11000101 11001 1001101 0 1010111 10111 1110001 1001101 101100

Color Harmonies of #2EC519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC519

Black with #2EC519

Text Example


Text Example

White with #2EC519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,197,25); }

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

background-color css

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

 a { background-color: rgb(46,197,25); }

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

border-color css

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

 span { border-color: rgb(46,197,25); }

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