Html Css Color HEX #2EB99C Shamrock

📋 copy color: '#2EB99C'

red 46 ◦ green 185 ◦ blue 156

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

Shades of Shamrock #2EB99C

Tints of Shamrock #2EB99C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.8%

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

R = 11.89%
G = 47.8%
B = 40.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#2EB99C (or 0x2EB99C) is known color: Shamrock. HEX triplet: 2E, B9 and 9C. RGB value is (46,185,156). Sum of RGB (Red+Green+Blue) = 46+185+156=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB99C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB99C is #D14663. Grayscale: #8C8C8C. Windows color (decimal): -13715044 or 10271022. OLE color: 10271022.

HSL color Cylindrical-coordinate representation of color #2EB99C: hue angle of 167.48º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB99C is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 185 156 -
CMYK 0.75 0 0.16 0.27
HSL 167.48º 0.6% 0.45% -
HSV(B) 167.48º 0.75% 0.73% -
XYZ 24.48 37.68 37.44 -
YUV 140.13 136.95 60.86 -
System Red Green Blue C M Y K H S L
Decimal 46 185 156 0.75 0 0.16 0.27 167.48 0.6 0.45
Hex 2E B9 9C 4B 0 10 1B A7 3C 2D
Octal 56 271 234 113 0 20 33 247 74 55
Binary 101110 10111001 10011100 1001011 0 10000 11011 10100111 111100 101101

Color Harmonies of #2EB99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB99C

Black with #2EB99C

Text Example


Text Example

White with #2EB99C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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