Html Css Color HEX #2EBE8D Shamrock

📋 copy color: '#2EBE8D'

red 46 ◦ green 190 ◦ blue 141

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

Shades of Shamrock #2EBE8D

Tints of Shamrock #2EBE8D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.4%

 BLUE value IS 141 (55.47% from 255) = 37.4%

R = 12.2%
G = 50.4%
B = 37.4%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#2EBE8D (or 0x2EBE8D) is known color: Shamrock. HEX triplet: 2E, BE and 8D. RGB value is (46,190,141). Sum of RGB (Red+Green+Blue) = 46+190+141=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBE8D is #D14172. Grayscale: #8D8D8D. Windows color (decimal): -13713779 or 9289262. OLE color: 9289262.

HSL color Cylindrical-coordinate representation of color #2EBE8D: hue angle of 159.58º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBE8D is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 190 141 -
CMYK 0.76 0 0.26 0.25
HSL 159.58º 0.61% 0.46% -
HSV(B) 159.58º 0.76% 0.75% -
XYZ 24.35 39.33 31.51 -
YUV 141.36 127.79 59.98 -
System Red Green Blue C M Y K H S L
Decimal 46 190 141 0.76 0 0.26 0.25 159.58 0.61 0.46
Hex 2E BE 8D 4C 0 1A 19 A0 3D 2E
Octal 56 276 215 114 0 32 31 240 75 56
Binary 101110 10111110 10001101 1001100 0 11010 11001 10100000 111101 101110

Color Harmonies of #2EBE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBE8D

Black with #2EBE8D

Text Example


Text Example

White with #2EBE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,190,141); }

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

background-color css

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

 a { background-color: rgb(46,190,141); }

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

border-color css

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

 span { border-color: rgb(46,190,141); }

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