Html Css Color HEX #2EC094 Shamrock

📋 copy color: '#2EC094'

red 46 ◦ green 192 ◦ blue 148

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

Shades of Shamrock #2EC094

Tints of Shamrock #2EC094

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.74%

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

R = 11.92%
G = 49.74%
B = 38.34%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#2EC094 (or 0x2EC094) is known color: Shamrock. HEX triplet: 2E, C0 and 94. RGB value is (46,192,148). Sum of RGB (Red+Green+Blue) = 46+192+148=386 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.92% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC094 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC094 is #D13F6B. Grayscale: #8F8F8F. Windows color (decimal): -13713260 or 9748526. OLE color: 9748526.

HSL color Cylindrical-coordinate representation of color #2EC094: hue angle of 161.92º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC094 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 192 148 -
CMYK 0.76 0 0.23 0.25
HSL 161.92º 0.61% 0.47% -
HSV(B) 161.92º 0.76% 0.75% -
XYZ 25.32 40.42 34.48 -
YUV 143.33 130.63 58.58 -
System Red Green Blue C M Y K H S L
Decimal 46 192 148 0.76 0 0.23 0.25 161.92 0.61 0.47
Hex 2E C0 94 4C 0 17 19 A2 3D 2F
Octal 56 300 224 114 0 27 31 242 75 57
Binary 101110 11000000 10010100 1001100 0 10111 11001 10100010 111101 101111

Color Harmonies of #2EC094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC094

Black with #2EC094

Text Example


Text Example

White with #2EC094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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