Html Css Color HEX #2ED26C Medium Sea Green

📋 copy color: '#2ED26C'

red 46 ◦ green 210 ◦ blue 108

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

Shades of Medium Sea Green #2ED26C

Tints of Medium Sea Green #2ED26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.67%

R = 12.64%
G = 57.69%
B = 29.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#2ED26C (or 0x2ED26C) is known color: Medium Sea Green. HEX triplet: 2E, D2 and 6C. RGB value is (46,210,108). Sum of RGB (Red+Green+Blue) = 46+210+108=364 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.64% from 364); Green value is 210 (82.42% from 255 or 57.69% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 210 - color contains mainly: green. Hex color #2ED26C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED26C is #D12D93. Grayscale: #959595. Windows color (decimal): -13708692 or 7131694. OLE color: 7131694.

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

Color convert

RGB 46 210 108 -
CMYK 0.78 0 0.49 0.18
HSL 142.68º 0.65% 0.5% -
HSV(B) 142.68º 0.78% 0.82% -
XYZ 26.88 47.76 21.99 -
YUV 149.34 104.67 54.29 -
System Red Green Blue C M Y K H S L
Decimal 46 210 108 0.78 0 0.49 0.18 142.68 0.65 0.5
Hex 2E D2 6C 4E 0 31 12 8F 41 32
Octal 56 322 154 116 0 61 22 217 101 62
Binary 101110 11010010 1101100 1001110 0 110001 10010 10001111 1000001 110010

Color Harmonies of #2ED26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED26C

Black with #2ED26C

Text Example


Text Example

White with #2ED26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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