#2EC68A

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

Shades of Shamrock #2EC68A

Tints of Shamrock #2EC68A

Color information

#2EC68A (or 0x2EC68A) is unknown color: approx Shamrock. HEX triplet: 2E, C6 and 8A. RGB value is (46,198,138). Sum of RGB (Red+Green+Blue) = 46+198+138=382 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.04% from 382); Green value is 198 (77.73% from 255 or 51.83% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC68A is #D13975. Grayscale: #919191. Windows color (decimal): -13711734 or 9094702. OLE color: 9094702.

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

Color convert

RGB46198138-
CMYK0.7700.300.22
HSL156.32º62.3%47.84%-
HSV(B)156.32º76.77%77.65%-
XYZ25.9142.830.94-
YUV145.71123.6456.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.04%
GREEN value IS 198 (77.73% from 255) = 51.83%
BLUE value IS 138 (54.30% from 255) = 36.13%
R=12.04%
G=51.83%
B=36.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal461981380.7700.300.22156.3262.347.84
Hex2EC68A4D01E169c3e30
Octal56306212115036262347660
Binary101110110001101000101010011010111101011010011100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,198,138); }

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

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

 a { background-color: rgb(46,198,138); }

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

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

 span { border-color: rgb(46,198,138); }

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