Html Css Color HEX #2EE192 Shamrock

📋 copy color: '#2EE192'

red 46 ◦ green 225 ◦ blue 146

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

Shades of Shamrock #2EE192

Tints of Shamrock #2EE192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.01%

R = 11.03%
G = 53.96%
B = 35.01%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#2EE192 (or 0x2EE192) is known color: Shamrock. HEX triplet: 2E, E1 and 92. RGB value is (46,225,146). Sum of RGB (Red+Green+Blue) = 46+225+146=417 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.03% from 417); Green value is 225 (88.28% from 255 or 53.96% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE192 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE192 is #D11E6D. Grayscale: #A2A2A2. Windows color (decimal): -13704814 or 9625902. OLE color: 9625902.

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

Color convert

RGB 46 225 146 -
CMYK 0.80 0 0.35 0.12
HSL 153.52º 0.75% 0.53% -
HSV(B) 153.52º 0.8% 0.88% -
XYZ 33.24 56.51 36.35 -
YUV 162.47 118.7 44.92 -
System Red Green Blue C M Y K H S L
Decimal 46 225 146 0.80 0 0.35 0.12 153.52 0.75 0.53
Hex 2E E1 92 50 0 23 C 9A 4B 35
Octal 56 341 222 120 0 43 14 232 113 65
Binary 101110 11100001 10010010 1010000 0 100011 1100 10011010 1001011 110101

Color Harmonies of #2EE192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE192

Black with #2EE192

Text Example


Text Example

White with #2EE192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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