Html Css Color HEX #2ED570 Medium Sea Green

📋 copy color: '#2ED570'

red 46 ◦ green 213 ◦ blue 112

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

Shades of Medium Sea Green #2ED570

Tints of Medium Sea Green #2ED570

RGB

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

 GREEN value IS 213 (83.59% from 255) = 57.41%

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

R = 12.4%
G = 57.41%
B = 30.19%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#2ED570 (or 0x2ED570) is known color: Medium Sea Green. HEX triplet: 2E, D5 and 70. RGB value is (46,213,112). Sum of RGB (Red+Green+Blue) = 46+213+112=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED570 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED570 is #D12A8F. Grayscale: #979797. Windows color (decimal): -13707920 or 7394606. OLE color: 7394606.

HSL color Cylindrical-coordinate representation of color #2ED570: hue angle of 143.71º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED570 is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 213 112 -
CMYK 0.78 0 0.47 0.16
HSL 143.71º 0.67% 0.51% -
HSV(B) 143.71º 0.78% 0.84% -
XYZ 27.85 49.34 23.39 -
YUV 151.55 105.67 52.71 -
System Red Green Blue C M Y K H S L
Decimal 46 213 112 0.78 0 0.47 0.16 143.71 0.67 0.51
Hex 2E D5 70 4E 0 2F 10 90 43 33
Octal 56 325 160 116 0 57 20 220 103 63
Binary 101110 11010101 1110000 1001110 0 101111 10000 10010000 1000011 110011

Color Harmonies of #2ED570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED570

Black with #2ED570

Text Example


Text Example

White with #2ED570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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