Html Css Color HEX #2EC09B Shamrock

📋 copy color: '#2EC09B'

red 46 ◦ green 192 ◦ blue 155

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

Shades of Shamrock #2EC09B

Tints of Shamrock #2EC09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.44%

R = 11.7%
G = 48.85%
B = 39.44%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#2EC09B (or 0x2EC09B) is known color: Shamrock. HEX triplet: 2E, C0 and 9B. RGB value is (46,192,155). Sum of RGB (Red+Green+Blue) = 46+192+155=393 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.70% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC09B is #D13F64. Grayscale: #909090. Windows color (decimal): -13713253 or 10207278. OLE color: 10207278.

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

Color convert

RGB 46 192 155 -
CMYK 0.76 0 0.19 0.25
HSL 164.79º 0.61% 0.47% -
HSV(B) 164.79º 0.76% 0.75% -
XYZ 25.89 40.65 37.49 -
YUV 144.13 134.13 58.01 -
System Red Green Blue C M Y K H S L
Decimal 46 192 155 0.76 0 0.19 0.25 164.79 0.61 0.47
Hex 2E C0 9B 4C 0 13 19 A5 3D 2F
Octal 56 300 233 114 0 23 31 245 75 57
Binary 101110 11000000 10011011 1001100 0 10011 11001 10100101 111101 101111

Color Harmonies of #2EC09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC09B

Black with #2EC09B

Text Example


Text Example

White with #2EC09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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