#2EC526

Color #2EC526 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2EC526

Tints of Lime Green #2EC526

Color information

#2EC526 (or 0x2EC526) is unknown color: approx Lime Green. HEX triplet: 2E, C5 and 26. RGB value is (46,197,38). Sum of RGB (Red+Green+Blue) = 46+197+38=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 197 (77.34% from 255 or 70.11% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC526 is #D13AD9. Grayscale: #868686. Windows color (decimal): -13712090 or 2540846. OLE color: 2540846.

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

Color convert

RGB4619738-
CMYK0.7700.810.23
HSL116.98º67.66%46.08%-
HSV(B)116.98º80.71%77.25%-
XYZ21.4440.658.55-
YUV133.7273.9765.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.37%
GREEN value IS 197 (77.34% from 255) = 70.11%
BLUE value IS 38 (15.23% from 255) = 13.52%
R=16.37%
G=70.11%
B=13.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal46197380.7700.810.23116.9867.6646.08
Hex2EC5264D0511775442e
Octal563054611501212716510456
Binary101110110001011001101001101010100011011111101011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EC526;
 }
 .AnyTagClassName
 {
   color: #2EC526;
 }
</style>
background-color css

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

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

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

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

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

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