Html Css Color HEX #2ED472 Medium Sea Green

📋 copy color: '#2ED472'

red 46 ◦ green 212 ◦ blue 114

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

Shades of Medium Sea Green #2ED472

Tints of Medium Sea Green #2ED472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.65%

R = 12.37%
G = 56.99%
B = 30.65%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#2ED472 (or 0x2ED472) is known color: Medium Sea Green. HEX triplet: 2E, D4 and 72. RGB value is (46,212,114). Sum of RGB (Red+Green+Blue) = 46+212+114=372 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.37% from 372); Green value is 212 (83.20% from 255 or 56.99% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED472 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED472 is #D12B8D. Grayscale: #979797. Windows color (decimal): -13708174 or 7525422. OLE color: 7525422.

HSL color Cylindrical-coordinate representation of color #2ED472: hue angle of 144.58º 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 #2ED472 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 46 212 114 -
CMYK 0.78 0 0.46 0.17
HSL 144.58º 0.66% 0.51% -
HSV(B) 144.58º 0.78% 0.83% -
XYZ 27.71 48.88 23.89 -
YUV 151.19 107 52.97 -
System Red Green Blue C M Y K H S L
Decimal 46 212 114 0.78 0 0.46 0.17 144.58 0.66 0.51
Hex 2E D4 72 4E 0 2E 11 91 42 33
Octal 56 324 162 116 0 56 21 221 102 63
Binary 101110 11010100 1110010 1001110 0 101110 10001 10010001 1000010 110011

Color Harmonies of #2ED472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED472

Black with #2ED472

Text Example


Text Example

White with #2ED472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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