Html Css Color HEX #2EC49F Shamrock

📋 copy color: '#2EC49F'

red 46 ◦ green 196 ◦ blue 159

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

Shades of Shamrock #2EC49F

Tints of Shamrock #2EC49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.65%

R = 11.47%
G = 48.88%
B = 39.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#2EC49F (or 0x2EC49F) is known color: Shamrock. HEX triplet: 2E, C4 and 9F. RGB value is (46,196,159). Sum of RGB (Red+Green+Blue) = 46+196+159=401 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.47% from 401); Green value is 196 (76.95% from 255 or 48.88% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC49F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC49F is #D13B60. Grayscale: #929292. Windows color (decimal): -13712225 or 10470446. OLE color: 10470446.

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

Color convert

RGB 46 196 159 -
CMYK 0.77 0 0.19 0.23
HSL 165.2º 0.62% 0.47% -
HSV(B) 165.2º 0.77% 0.77% -
XYZ 27.12 42.56 39.59 -
YUV 146.93 134.81 56.01 -
System Red Green Blue C M Y K H S L
Decimal 46 196 159 0.77 0 0.19 0.23 165.2 0.62 0.47
Hex 2E C4 9F 4D 0 13 17 A5 3E 2F
Octal 56 304 237 115 0 23 27 245 76 57
Binary 101110 11000100 10011111 1001101 0 10011 10111 10100101 111110 101111

Color Harmonies of #2EC49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC49F

Black with #2EC49F

Text Example


Text Example

White with #2EC49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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