Html Css Color HEX #2EE178 Emerald

📋 copy color: '#2EE178'

red 46 ◦ green 225 ◦ blue 120

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

Shades of Emerald #2EE178

Tints of Emerald #2EE178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.69%

R = 11.76%
G = 57.54%
B = 30.69%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#2EE178 (or 0x2EE178) is known color: Emerald. HEX triplet: 2E, E1 and 78. RGB value is (46,225,120). Sum of RGB (Red+Green+Blue) = 46+225+120=391 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.76% from 391); Green value is 225 (88.28% from 255 or 57.54% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE178 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE178 is #D11E87. Grayscale: #9F9F9F. Windows color (decimal): -13704840 or 7921966. OLE color: 7921966.

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

Color convert

RGB 46 225 120 -
CMYK 0.80 0 0.47 0.12
HSL 144.8º 0.75% 0.53% -
HSV(B) 144.8º 0.8% 0.88% -
XYZ 31.44 55.79 26.88 -
YUV 159.51 105.7 47.04 -
System Red Green Blue C M Y K H S L
Decimal 46 225 120 0.80 0 0.47 0.12 144.8 0.75 0.53
Hex 2E E1 78 50 0 2F C 91 4B 35
Octal 56 341 170 120 0 57 14 221 113 65
Binary 101110 11100001 1111000 1010000 0 101111 1100 10010001 1001011 110101

Color Harmonies of #2EE178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE178

Black with #2EE178

Text Example


Text Example

White with #2EE178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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