#2EC58E

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

Shades of Shamrock #2EC58E

Tints of Shamrock #2EC58E

Color information

#2EC58E (or 0x2EC58E) is unknown color: approx Shamrock. HEX triplet: 2E, C5 and 8E. RGB value is (46,197,142). Sum of RGB (Red+Green+Blue) = 46+197+142=385 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.95% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC58E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC58E is #D13A71. Grayscale: #919191. Windows color (decimal): -13711986 or 9356590. OLE color: 9356590.

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

Color convert

RGB46197142-
CMYK0.7700.280.23
HSL158.15º62.14%47.65%-
HSV(B)158.15º76.65%77.25%-
XYZ25.9842.4732.42-
YUV145.58125.9756.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.95%
GREEN value IS 197 (77.34% from 255) = 51.17%
BLUE value IS 142 (55.86% from 255) = 36.88%
R=11.95%
G=51.17%
B=36.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal461971420.7700.280.23158.1562.1447.65
Hex2EC58E4D01C179e3e30
Octal56305216115034272367660
Binary101110110001011000111010011010111001011110011110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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