Html Css Color HEX #2ED279 Medium Sea Green

📋 copy color: '#2ED279'

red 46 ◦ green 210 ◦ blue 121

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

Shades of Medium Sea Green #2ED279

Tints of Medium Sea Green #2ED279

RGB

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

 GREEN value IS 210 (82.42% from 255) = 55.7%

 BLUE value IS 121 (47.66% from 255) = 32.1%

R = 12.2%
G = 55.7%
B = 32.1%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#2ED279 (or 0x2ED279) is known color: Medium Sea Green. HEX triplet: 2E, D2 and 79. RGB value is (46,210,121). Sum of RGB (Red+Green+Blue) = 46+210+121=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 210 (82.42% from 255 or 55.70% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 210 - color contains mainly: green. Hex color #2ED279 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED279 is #D12D86. Grayscale: #979797. Windows color (decimal): -13708679 or 7983662. OLE color: 7983662.

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

Color convert

RGB 46 210 121 -
CMYK 0.78 0 0.42 0.18
HSL 147.44º 0.65% 0.5% -
HSV(B) 147.44º 0.78% 0.82% -
XYZ 27.62 48.05 25.91 -
YUV 150.82 111.17 53.24 -
System Red Green Blue C M Y K H S L
Decimal 46 210 121 0.78 0 0.42 0.18 147.44 0.65 0.5
Hex 2E D2 79 4E 0 2A 12 93 41 32
Octal 56 322 171 116 0 52 22 223 101 62
Binary 101110 11010010 1111001 1001110 0 101010 10010 10010011 1000001 110010

Color Harmonies of #2ED279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED279

Black with #2ED279

Text Example


Text Example

White with #2ED279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,210,121); }

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

background-color css

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

 a { background-color: rgb(46,210,121); }

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

border-color css

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

 span { border-color: rgb(46,210,121); }

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