Html Css Color HEX #2ED970 Emerald

📋 copy color: '#2ED970'

red 46 ◦ green 217 ◦ blue 112

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

Shades of Emerald #2ED970

Tints of Emerald #2ED970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.87%

R = 12.27%
G = 57.87%
B = 29.87%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#2ED970 (or 0x2ED970) is known color: Emerald. HEX triplet: 2E, D9 and 70. RGB value is (46,217,112). Sum of RGB (Red+Green+Blue) = 46+217+112=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 217 (85.16% from 255 or 57.87% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED970 is #D1268F. Grayscale: #9A9A9A. Windows color (decimal): -13706896 or 7395630. OLE color: 7395630.

HSL color Cylindrical-coordinate representation of color #2ED970: hue angle of 143.16º 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 #2ED970 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 217 112 -
CMYK 0.79 0 0.48 0.15
HSL 143.16º 0.69% 0.52% -
HSV(B) 143.16º 0.79% 0.85% -
XYZ 28.86 51.38 23.72 -
YUV 153.9 104.35 51.04 -
System Red Green Blue C M Y K H S L
Decimal 46 217 112 0.79 0 0.48 0.15 143.16 0.69 0.52
Hex 2E D9 70 4F 0 30 F 8F 45 34
Octal 56 331 160 117 0 60 17 217 105 64
Binary 101110 11011001 1110000 1001111 0 110000 1111 10001111 1000101 110100

Color Harmonies of #2ED970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED970

Black with #2ED970

Text Example


Text Example

White with #2ED970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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