#2EC538

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

Shades of Lime Green #2EC538

Tints of Lime Green #2EC538

Color information

#2EC538 (or 0x2EC538) is unknown color: approx Lime Green. HEX triplet: 2E, C5 and 38. RGB value is (46,197,56). Sum of RGB (Red+Green+Blue) = 46+197+56=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 197 (77.34% from 255 or 65.89% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC538 is #D13AC7. Grayscale: #888888. Windows color (decimal): -13712072 or 3720494. OLE color: 3720494.

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

Color convert

RGB4619756-
CMYK0.7700.720.23
HSL123.97º62.14%47.65%-
HSV(B)123.97º76.65%77.25%-
XYZ21.8140.810.47-
YUV135.7882.9763.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.38%
GREEN value IS 197 (77.34% from 255) = 65.89%
BLUE value IS 56 (22.27% from 255) = 18.73%
R=15.38%
G=65.89%
B=18.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal46197560.7700.720.23123.9762.1447.65
Hex2EC5384D048177c3e30
Octal56305701150110271747660
Binary10111011000101111000100110101001000101111111100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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