Html Css Color HEX #2EE979 Emerald

📋 copy color: '#2EE979'

red 46 ◦ green 233 ◦ blue 121

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

Shades of Emerald #2EE979

Tints of Emerald #2EE979

RGB

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

 GREEN value IS 233 (91.41% from 255) = 58.25%

 BLUE value IS 121 (47.66% from 255) = 30.25%

R = 11.5%
G = 58.25%
B = 30.25%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#2EE979 (or 0x2EE979) is known color: Emerald. HEX triplet: 2E, E9 and 79. RGB value is (46,233,121). Sum of RGB (Red+Green+Blue) = 46+233+121=400 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.5% from 400); Green value is 233 (91.41% from 255 or 58.25% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE979 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE979 is #D11686. Grayscale: #A4A4A4. Windows color (decimal): -13702791 or 7989550. OLE color: 7989550.

HSL color Cylindrical-coordinate representation of color #2EE979: hue angle of 144.06º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE979 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 46 233 121 -
CMYK 0.80 0 0.48 0.09
HSL 144.06º 0.81% 0.55% -
HSV(B) 144.06º 0.8% 0.91% -
XYZ 33.72 60.24 27.94 -
YUV 164.32 103.55 43.61 -
System Red Green Blue C M Y K H S L
Decimal 46 233 121 0.80 0 0.48 0.09 144.06 0.81 0.55
Hex 2E E9 79 50 0 30 9 90 51 37
Octal 56 351 171 120 0 60 11 220 121 67
Binary 101110 11101001 1111001 1010000 0 110000 1001 10010000 1010001 110111

Color Harmonies of #2EE979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE979

Black with #2EE979

Text Example


Text Example

White with #2EE979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,233,121); }

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

background-color css

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

 a { background-color: rgb(46,233,121); }

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

border-color css

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

 span { border-color: rgb(46,233,121); }

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