Html Css Color HEX #2EC51A Lime Green

📋 copy color: '#2EC51A'

red 46 ◦ green 197 ◦ blue 26

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

Shades of Lime Green #2EC51A

Tints of Lime Green #2EC51A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.67%

R = 17.1%
G = 73.23%
B = 9.67%

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

#2EC51A (or 0x2EC51A) is known color: Lime Green. HEX triplet: 2E, C5 and 1A. RGB value is (46,197,26). Sum of RGB (Red+Green+Blue) = 46+197+26=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 197 (77.34% from 255 or 73.23% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC51A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC51A is #D13AE5. Grayscale: #848484. Windows color (decimal): -13712102 or 1754414. OLE color: 1754414.

HSL color Cylindrical-coordinate representation of color #2EC51A: hue angle of 112.98º 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 #2EC51A is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 46 197 26 -
CMYK 0.77 0 0.87 0.23
HSL 112.98º 0.77% 0.44% -
HSV(B) 112.98º 0.87% 0.77% -
XYZ 21.28 40.59 7.69 -
YUV 132.36 67.97 66.4 -
System Red Green Blue C M Y K H S L
Decimal 46 197 26 0.77 0 0.87 0.23 112.98 0.77 0.44
Hex 2E C5 1A 4D 0 57 17 71 4D 2C
Octal 56 305 32 115 0 127 27 161 115 54
Binary 101110 11000101 11010 1001101 0 1010111 10111 1110001 1001101 101100

Color Harmonies of #2EC51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC51A

Black with #2EC51A

Text Example


Text Example

White with #2EC51A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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