Html Css Color HEX #2ED875 Emerald

📋 copy color: '#2ED875'

red 46 ◦ green 216 ◦ blue 117

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

Shades of Emerald #2ED875

Tints of Emerald #2ED875

RGB

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

 GREEN value IS 216 (84.77% from 255) = 56.99%

 BLUE value IS 117 (46.09% from 255) = 30.87%

R = 12.14%
G = 56.99%
B = 30.87%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#2ED875 (or 0x2ED875) is known color: Emerald. HEX triplet: 2E, D8 and 75. RGB value is (46,216,117). Sum of RGB (Red+Green+Blue) = 46+216+117=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 216 (84.77% from 255 or 56.99% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED875 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED875 is #D1278A. Grayscale: #9A9A9A. Windows color (decimal): -13707147 or 7723054. OLE color: 7723054.

HSL color Cylindrical-coordinate representation of color #2ED875: hue angle of 145.06º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED875 is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 216 117 -
CMYK 0.79 0 0.46 0.15
HSL 145.06º 0.69% 0.51% -
HSV(B) 145.06º 0.79% 0.85% -
XYZ 28.89 50.98 25.15 -
YUV 153.88 107.18 51.05 -
System Red Green Blue C M Y K H S L
Decimal 46 216 117 0.79 0 0.46 0.15 145.06 0.69 0.51
Hex 2E D8 75 4F 0 2E F 91 45 33
Octal 56 330 165 117 0 56 17 221 105 63
Binary 101110 11011000 1110101 1001111 0 101110 1111 10010001 1000101 110011

Color Harmonies of #2ED875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED875

Black with #2ED875

Text Example


Text Example

White with #2ED875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,216,117); }

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

background-color css

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

 a { background-color: rgb(46,216,117); }

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

border-color css

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

 span { border-color: rgb(46,216,117); }

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