Html Css Color HEX #2EC09C Shamrock

📋 copy color: '#2EC09C'

red 46 ◦ green 192 ◦ blue 156

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

Shades of Shamrock #2EC09C

Tints of Shamrock #2EC09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.59%

R = 11.68%
G = 48.73%
B = 39.59%

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

#2EC09C (or 0x2EC09C) is known color: Shamrock. HEX triplet: 2E, C0 and 9C. RGB value is (46,192,156). Sum of RGB (Red+Green+Blue) = 46+192+156=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC09C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC09C is #D13F63. Grayscale: #909090. Windows color (decimal): -13713252 or 10272814. OLE color: 10272814.

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

Color convert

RGB 46 192 156 -
CMYK 0.76 0 0.19 0.25
HSL 165.21º 0.61% 0.47% -
HSV(B) 165.21º 0.76% 0.75% -
XYZ 25.98 40.68 37.94 -
YUV 144.24 134.63 57.93 -
System Red Green Blue C M Y K H S L
Decimal 46 192 156 0.76 0 0.19 0.25 165.21 0.61 0.47
Hex 2E C0 9C 4C 0 13 19 A5 3D 2F
Octal 56 300 234 114 0 23 31 245 75 57
Binary 101110 11000000 10011100 1001100 0 10011 11001 10100101 111101 101111

Color Harmonies of #2EC09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC09C

Black with #2EC09C

Text Example


Text Example

White with #2EC09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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