Html Css Color HEX #2EC126 Lime Green

📋 copy color: '#2EC126'

red 46 ◦ green 193 ◦ blue 38

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

Shades of Lime Green #2EC126

Tints of Lime Green #2EC126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.72%

R = 16.61%
G = 69.68%
B = 13.72%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#2EC126 (or 0x2EC126) is known color: Lime Green. HEX triplet: 2E, C1 and 26. RGB value is (46,193,38). Sum of RGB (Red+Green+Blue) = 46+193+38=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 193 (75.78% from 255 or 69.68% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC126 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC126 is #D13ED9. Grayscale: #838383. Windows color (decimal): -13713114 or 2539822. OLE color: 2539822.

HSL color Cylindrical-coordinate representation of color #2EC126: hue angle of 116.9º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EC126 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 193 38 -
CMYK 0.76 0 0.80 0.24
HSL 116.9º 0.67% 0.45% -
HSV(B) 116.9º 0.8% 0.76% -
XYZ 20.55 38.86 8.25 -
YUV 131.38 75.3 67.1 -
System Red Green Blue C M Y K H S L
Decimal 46 193 38 0.76 0 0.80 0.24 116.9 0.67 0.45
Hex 2E C1 26 4C 0 50 18 75 43 2D
Octal 56 301 46 114 0 120 30 165 103 55
Binary 101110 11000001 100110 1001100 0 1010000 11000 1110101 1000011 101101

Color Harmonies of #2EC126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC126

Black with #2EC126

Text Example


Text Example

White with #2EC126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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