Html Css Color HEX #2EBC95 Shamrock

📋 copy color: '#2EBC95'

red 46 ◦ green 188 ◦ blue 149

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

Shades of Shamrock #2EBC95

Tints of Shamrock #2EBC95

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.09%

 BLUE value IS 149 (58.59% from 255) = 38.9%

R = 12.01%
G = 49.09%
B = 38.9%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#2EBC95 (or 0x2EBC95) is known color: Shamrock. HEX triplet: 2E, BC and 95. RGB value is (46,188,149). Sum of RGB (Red+Green+Blue) = 46+188+149=383 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.01% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBC95 is #D1436A. Grayscale: #8D8D8D. Windows color (decimal): -13714283 or 9813038. OLE color: 9813038.

HSL color Cylindrical-coordinate representation of color #2EBC95: hue angle of 163.52º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBC95 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 188 149 -
CMYK 0.76 0 0.21 0.26
HSL 163.52º 0.61% 0.46% -
HSV(B) 163.52º 0.76% 0.74% -
XYZ 24.53 38.72 34.61 -
YUV 141.1 132.46 60.17 -
System Red Green Blue C M Y K H S L
Decimal 46 188 149 0.76 0 0.21 0.26 163.52 0.61 0.46
Hex 2E BC 95 4C 0 15 1A A4 3D 2E
Octal 56 274 225 114 0 25 32 244 75 56
Binary 101110 10111100 10010101 1001100 0 10101 11010 10100100 111101 101110

Color Harmonies of #2EBC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBC95

Black with #2EBC95

Text Example


Text Example

White with #2EBC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,188,149); }

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

background-color css

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

 a { background-color: rgb(46,188,149); }

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

border-color css

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

 span { border-color: rgb(46,188,149); }

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