Html Css Color HEX #2EE186 Shamrock

📋 copy color: '#2EE186'

red 46 ◦ green 225 ◦ blue 134

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

Shades of Shamrock #2EE186

Tints of Shamrock #2EE186

RGB

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

 GREEN value IS 225 (88.28% from 255) = 55.56%

 BLUE value IS 134 (52.73% from 255) = 33.09%

R = 11.36%
G = 55.56%
B = 33.09%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#2EE186 (or 0x2EE186) is known color: Shamrock. HEX triplet: 2E, E1 and 86. RGB value is (46,225,134). Sum of RGB (Red+Green+Blue) = 46+225+134=405 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.36% from 405); Green value is 225 (88.28% from 255 or 55.56% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE186 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE186 is #D11E79. Grayscale: #A1A1A1. Windows color (decimal): -13704826 or 8839470. OLE color: 8839470.

HSL color Cylindrical-coordinate representation of color #2EE186: hue angle of 149.5º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE186 is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 225 134 -
CMYK 0.80 0 0.40 0.12
HSL 149.5º 0.75% 0.53% -
HSV(B) 149.5º 0.8% 0.88% -
XYZ 32.36 56.15 31.69 -
YUV 161.11 112.7 45.9 -
System Red Green Blue C M Y K H S L
Decimal 46 225 134 0.80 0 0.40 0.12 149.5 0.75 0.53
Hex 2E E1 86 50 0 28 C 95 4B 35
Octal 56 341 206 120 0 50 14 225 113 65
Binary 101110 11100001 10000110 1010000 0 101000 1100 10010101 1001011 110101

Color Harmonies of #2EE186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE186

Black with #2EE186

Text Example


Text Example

White with #2EE186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,225,134); }

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

background-color css

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

 a { background-color: rgb(46,225,134); }

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

border-color css

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

 span { border-color: rgb(46,225,134); }

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