Html Css Color HEX #2ED261 Medium Sea Green

📋 copy color: '#2ED261'

red 46 ◦ green 210 ◦ blue 97

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

Shades of Medium Sea Green #2ED261

Tints of Medium Sea Green #2ED261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.48%

R = 13.03%
G = 59.49%
B = 27.48%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#2ED261 (or 0x2ED261) is known color: Medium Sea Green. HEX triplet: 2E, D2 and 61. RGB value is (46,210,97). Sum of RGB (Red+Green+Blue) = 46+210+97=353 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.03% from 353); Green value is 210 (82.42% from 255 or 59.49% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 210 - color contains mainly: green. Hex color #2ED261 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED261 is #D12D9E. Grayscale: #949494. Windows color (decimal): -13708703 or 6410798. OLE color: 6410798.

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

Color convert

RGB 46 210 97 -
CMYK 0.78 0 0.54 0.18
HSL 138.66º 0.65% 0.5% -
HSV(B) 138.66º 0.78% 0.82% -
XYZ 26.33 47.54 19.1 -
YUV 148.08 99.17 55.19 -
System Red Green Blue C M Y K H S L
Decimal 46 210 97 0.78 0 0.54 0.18 138.66 0.65 0.5
Hex 2E D2 61 4E 0 36 12 8B 41 32
Octal 56 322 141 116 0 66 22 213 101 62
Binary 101110 11010010 1100001 1001110 0 110110 10010 10001011 1000001 110010

Color Harmonies of #2ED261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED261

Black with #2ED261

Text Example


Text Example

White with #2ED261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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