Html Css Color HEX #2EC08C Shamrock

📋 copy color: '#2EC08C'

red 46 ◦ green 192 ◦ blue 140

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

Shades of Shamrock #2EC08C

Tints of Shamrock #2EC08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.04%

R = 12.17%
G = 50.79%
B = 37.04%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#2EC08C (or 0x2EC08C) is known color: Shamrock. HEX triplet: 2E, C0 and 8C. RGB value is (46,192,140). Sum of RGB (Red+Green+Blue) = 46+192+140=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC08C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC08C is #D13F73. Grayscale: #8E8E8E. Windows color (decimal): -13713268 or 9224238. OLE color: 9224238.

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

Color convert

RGB 46 192 140 -
CMYK 0.76 0 0.27 0.25
HSL 158.63º 0.61% 0.47% -
HSV(B) 158.63º 0.76% 0.75% -
XYZ 24.71 40.17 31.26 -
YUV 142.42 126.63 59.23 -
System Red Green Blue C M Y K H S L
Decimal 46 192 140 0.76 0 0.27 0.25 158.63 0.61 0.47
Hex 2E C0 8C 4C 0 1B 19 9F 3D 2F
Octal 56 300 214 114 0 33 31 237 75 57
Binary 101110 11000000 10001100 1001100 0 11011 11001 10011111 111101 101111

Color Harmonies of #2EC08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC08C

Black with #2EC08C

Text Example


Text Example

White with #2EC08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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