Html Css Color HEX #2EC496 Shamrock

📋 copy color: '#2EC496'

red 46 ◦ green 196 ◦ blue 150

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

Shades of Shamrock #2EC496

Tints of Shamrock #2EC496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.27%

R = 11.73%
G = 50%
B = 38.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#2EC496 (or 0x2EC496) is known color: Shamrock. HEX triplet: 2E, C4 and 96. RGB value is (46,196,150). Sum of RGB (Red+Green+Blue) = 46+196+150=392 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.73% from 392); Green value is 196 (76.95% from 255 or 50% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC496 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC496 is #D13B69. Grayscale: #919191. Windows color (decimal): -13712234 or 9880622. OLE color: 9880622.

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

Color convert

RGB 46 196 150 -
CMYK 0.77 0 0.23 0.23
HSL 161.6º 0.62% 0.47% -
HSV(B) 161.6º 0.77% 0.77% -
XYZ 26.37 42.26 35.62 -
YUV 145.91 130.31 56.74 -
System Red Green Blue C M Y K H S L
Decimal 46 196 150 0.77 0 0.23 0.23 161.6 0.62 0.47
Hex 2E C4 96 4D 0 17 17 A2 3E 2F
Octal 56 304 226 115 0 27 27 242 76 57
Binary 101110 11000100 10010110 1001101 0 10111 10111 10100010 111110 101111

Color Harmonies of #2EC496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC496

Black with #2EC496

Text Example


Text Example

White with #2EC496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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