Html Css Color HEX #2ED372 Medium Sea Green

📋 copy color: '#2ED372'

red 46 ◦ green 211 ◦ blue 114

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

Shades of Medium Sea Green #2ED372

Tints of Medium Sea Green #2ED372

RGB

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

 GREEN value IS 211 (82.81% from 255) = 56.87%

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

R = 12.4%
G = 56.87%
B = 30.73%

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

#2ED372 (or 0x2ED372) is known color: Medium Sea Green. HEX triplet: 2E, D3 and 72. RGB value is (46,211,114). Sum of RGB (Red+Green+Blue) = 46+211+114=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 211 (82.81% from 255 or 56.87% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 211 - color contains mainly: green. Hex color #2ED372 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED372 is #D12C8D. Grayscale: #969696. Windows color (decimal): -13708430 or 7525166. OLE color: 7525166.

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

Color convert

RGB 46 211 114 -
CMYK 0.78 0 0.46 0.17
HSL 144.73º 0.65% 0.5% -
HSV(B) 144.73º 0.78% 0.83% -
XYZ 27.46 48.38 23.81 -
YUV 150.61 107.34 53.39 -
System Red Green Blue C M Y K H S L
Decimal 46 211 114 0.78 0 0.46 0.17 144.73 0.65 0.5
Hex 2E D3 72 4E 0 2E 11 91 41 32
Octal 56 323 162 116 0 56 21 221 101 62
Binary 101110 11010011 1110010 1001110 0 101110 10001 10010001 1000001 110010

Color Harmonies of #2ED372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED372

Black with #2ED372

Text Example


Text Example

White with #2ED372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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