Html Css Color HEX #2EC48B Shamrock

📋 copy color: '#2EC48B'

red 46 ◦ green 196 ◦ blue 139

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

Shades of Shamrock #2EC48B

Tints of Shamrock #2EC48B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 51.44%

 BLUE value IS 139 (54.69% from 255) = 36.48%

R = 12.07%
G = 51.44%
B = 36.48%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#2EC48B (or 0x2EC48B) is known color: Shamrock. HEX triplet: 2E, C4 and 8B. RGB value is (46,196,139). Sum of RGB (Red+Green+Blue) = 46+196+139=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 196 (76.95% from 255 or 51.44% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC48B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC48B is #D13B74. Grayscale: #909090. Windows color (decimal): -13712245 or 9159726. OLE color: 9159726.

HSL color Cylindrical-coordinate representation of color #2EC48B: hue angle of 157.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC48B is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 46 196 139 -
CMYK 0.77 0 0.29 0.23
HSL 157.2º 0.62% 0.47% -
HSV(B) 157.2º 0.77% 0.77% -
XYZ 25.53 41.92 31.17 -
YUV 144.65 124.81 57.63 -
System Red Green Blue C M Y K H S L
Decimal 46 196 139 0.77 0 0.29 0.23 157.2 0.62 0.47
Hex 2E C4 8B 4D 0 1D 17 9D 3E 2F
Octal 56 304 213 115 0 35 27 235 76 57
Binary 101110 11000100 10001011 1001101 0 11101 10111 10011101 111110 101111

Color Harmonies of #2EC48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC48B

Black with #2EC48B

Text Example


Text Example

White with #2EC48B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,196,139); }

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

background-color css

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

 a { background-color: rgb(46,196,139); }

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

border-color css

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

 span { border-color: rgb(46,196,139); }

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