Html Css Color HEX #2ED975 Emerald

📋 copy color: '#2ED975'

red 46 ◦ green 217 ◦ blue 117

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

Shades of Emerald #2ED975

Tints of Emerald #2ED975

RGB

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

 GREEN value IS 217 (85.16% from 255) = 57.11%

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

R = 12.11%
G = 57.11%
B = 30.79%

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

#2ED975 (or 0x2ED975) is known color: Emerald. HEX triplet: 2E, D9 and 75. RGB value is (46,217,117). Sum of RGB (Red+Green+Blue) = 46+217+117=380 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.11% from 380); Green value is 217 (85.16% from 255 or 57.11% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED975 is #D1268A. Grayscale: #9A9A9A. Windows color (decimal): -13706891 or 7723310. OLE color: 7723310.

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

Color convert

RGB 46 217 117 -
CMYK 0.79 0 0.46 0.15
HSL 144.91º 0.69% 0.52% -
HSV(B) 144.91º 0.79% 0.85% -
XYZ 29.15 51.49 25.23 -
YUV 154.47 106.85 50.63 -
System Red Green Blue C M Y K H S L
Decimal 46 217 117 0.79 0 0.46 0.15 144.91 0.69 0.52
Hex 2E D9 75 4F 0 2E F 91 45 34
Octal 56 331 165 117 0 56 17 221 105 64
Binary 101110 11011001 1110101 1001111 0 101110 1111 10010001 1000101 110100

Color Harmonies of #2ED975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED975

Black with #2ED975

Text Example


Text Example

White with #2ED975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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