Html Css Color HEX #2EC486 Shamrock

📋 copy color: '#2EC486'

red 46 ◦ green 196 ◦ blue 134

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

Shades of Shamrock #2EC486

Tints of Shamrock #2EC486

RGB

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

 GREEN value IS 196 (76.95% from 255) = 52.13%

 BLUE value IS 134 (52.73% from 255) = 35.64%

R = 12.23%
G = 52.13%
B = 35.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#2EC486 (or 0x2EC486) is known color: Shamrock. HEX triplet: 2E, C4 and 86. RGB value is (46,196,134). Sum of RGB (Red+Green+Blue) = 46+196+134=376 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.23% from 376); Green value is 196 (76.95% from 255 or 52.13% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC486 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC486 is #D13B79. Grayscale: #909090. Windows color (decimal): -13712250 or 8832046. OLE color: 8832046.

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

Color convert

RGB 46 196 134 -
CMYK 0.77 0 0.32 0.23
HSL 155.2º 0.62% 0.47% -
HSV(B) 155.2º 0.77% 0.77% -
XYZ 25.17 41.78 29.29 -
YUV 144.08 122.31 58.04 -
System Red Green Blue C M Y K H S L
Decimal 46 196 134 0.77 0 0.32 0.23 155.2 0.62 0.47
Hex 2E C4 86 4D 0 20 17 9B 3E 2F
Octal 56 304 206 115 0 40 27 233 76 57
Binary 101110 11000100 10000110 1001101 0 100000 10111 10011011 111110 101111

Color Harmonies of #2EC486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC486

Black with #2EC486

Text Example


Text Example

White with #2EC486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,196,134); }

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

background-color css

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

 a { background-color: rgb(46,196,134); }

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

border-color css

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

 span { border-color: rgb(46,196,134); }

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