Html Css Color HEX #2EE191 Shamrock

📋 copy color: '#2EE191'

red 46 ◦ green 225 ◦ blue 145

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

Shades of Shamrock #2EE191

Tints of Shamrock #2EE191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.86%

R = 11.06%
G = 54.09%
B = 34.86%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#2EE191 (or 0x2EE191) is known color: Shamrock. HEX triplet: 2E, E1 and 91. RGB value is (46,225,145). Sum of RGB (Red+Green+Blue) = 46+225+145=416 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.06% from 416); Green value is 225 (88.28% from 255 or 54.09% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE191 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE191 is #D11E6E. Grayscale: #A2A2A2. Windows color (decimal): -13704815 or 9560366. OLE color: 9560366.

HSL color Cylindrical-coordinate representation of color #2EE191: hue angle of 153.18º 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 #2EE191 is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 225 145 -
CMYK 0.80 0 0.36 0.12
HSL 153.18º 0.75% 0.53% -
HSV(B) 153.18º 0.8% 0.88% -
XYZ 33.16 56.48 35.94 -
YUV 162.36 118.2 45 -
System Red Green Blue C M Y K H S L
Decimal 46 225 145 0.80 0 0.36 0.12 153.18 0.75 0.53
Hex 2E E1 91 50 0 24 C 99 4B 35
Octal 56 341 221 120 0 44 14 231 113 65
Binary 101110 11100001 10010001 1010000 0 100100 1100 10011001 1001011 110101

Color Harmonies of #2EE191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE191

Black with #2EE191

Text Example


Text Example

White with #2EE191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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