Html Css Color HEX #2ED476 Medium Sea Green

📋 copy color: '#2ED476'

red 46 ◦ green 212 ◦ blue 118

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

Shades of Medium Sea Green #2ED476

Tints of Medium Sea Green #2ED476

RGB

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

 GREEN value IS 212 (83.2% from 255) = 56.38%

 BLUE value IS 118 (46.48% from 255) = 31.38%

R = 12.23%
G = 56.38%
B = 31.38%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#2ED476 (or 0x2ED476) is known color: Medium Sea Green. HEX triplet: 2E, D4 and 76. RGB value is (46,212,118). Sum of RGB (Red+Green+Blue) = 46+212+118=376 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.23% from 376); Green value is 212 (83.20% from 255 or 56.38% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED476 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED476 is #D12B89. Grayscale: #979797. Windows color (decimal): -13708170 or 7787566. OLE color: 7787566.

HSL color Cylindrical-coordinate representation of color #2ED476: hue angle of 146.02º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED476 is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 46 212 118 -
CMYK 0.78 0 0.44 0.17
HSL 146.02º 0.66% 0.51% -
HSV(B) 146.02º 0.78% 0.83% -
XYZ 27.94 48.98 25.12 -
YUV 151.65 109 52.64 -
System Red Green Blue C M Y K H S L
Decimal 46 212 118 0.78 0 0.44 0.17 146.02 0.66 0.51
Hex 2E D4 76 4E 0 2C 11 92 42 33
Octal 56 324 166 116 0 54 21 222 102 63
Binary 101110 11010100 1110110 1001110 0 101100 10001 10010010 1000010 110011

Color Harmonies of #2ED476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED476

Black with #2ED476

Text Example


Text Example

White with #2ED476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,212,118); }

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

background-color css

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

 a { background-color: rgb(46,212,118); }

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

border-color css

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

 span { border-color: rgb(46,212,118); }

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