Html Css Color HEX #2EC694 Shamrock

📋 copy color: '#2EC694'

red 46 ◦ green 198 ◦ blue 148

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

Shades of Shamrock #2EC694

Tints of Shamrock #2EC694

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.51%

 BLUE value IS 148 (58.2% from 255) = 37.76%

R = 11.73%
G = 50.51%
B = 37.76%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#2EC694 (or 0x2EC694) is known color: Shamrock. HEX triplet: 2E, C6 and 94. RGB value is (46,198,148). Sum of RGB (Red+Green+Blue) = 46+198+148=392 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.73% from 392); Green value is 198 (77.73% from 255 or 50.51% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC694 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC694 is #D1396B. Grayscale: #929292. Windows color (decimal): -13711724 or 9750062. OLE color: 9750062.

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

Color convert

RGB 46 198 148 -
CMYK 0.77 0 0.25 0.22
HSL 160.26º 0.62% 0.48% -
HSV(B) 160.26º 0.77% 0.78% -
XYZ 26.67 43.11 34.93 -
YUV 146.85 128.64 56.07 -
System Red Green Blue C M Y K H S L
Decimal 46 198 148 0.77 0 0.25 0.22 160.26 0.62 0.48
Hex 2E C6 94 4D 0 19 16 A0 3E 30
Octal 56 306 224 115 0 31 26 240 76 60
Binary 101110 11000110 10010100 1001101 0 11001 10110 10100000 111110 110000

Color Harmonies of #2EC694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC694

Black with #2EC694

Text Example


Text Example

White with #2EC694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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