Html Css Color HEX #2DC86D Medium Sea Green

📋 copy color: '#2DC86D'

red 45 ◦ green 200 ◦ blue 109

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

Shades of Medium Sea Green #2DC86D

Tints of Medium Sea Green #2DC86D

RGB

 RED value IS 45 (17.97% from 255) = 12.71%

 GREEN value IS 200 (78.52% from 255) = 56.5%

 BLUE value IS 109 (42.97% from 255) = 30.79%

R = 12.71%
G = 56.5%
B = 30.79%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#2DC86D (or 0x2DC86D) is known color: Medium Sea Green. HEX triplet: 2D, C8 and 6D. RGB value is (45,200,109). Sum of RGB (Red+Green+Blue) = 45+200+109=354 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.71% from 354); Green value is 200 (78.52% from 255 or 56.50% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 200 - color contains mainly: green. Hex color #2DC86D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC86D is #D23792. Grayscale: #8F8F8F. Windows color (decimal): -13776787 or 7194669. OLE color: 7194669.

HSL color Cylindrical-coordinate representation of color #2DC86D: hue angle of 144.77º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC86D is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 45 200 109 -
CMYK 0.78 0 0.46 0.22
HSL 144.77º 0.63% 0.48% -
HSV(B) 144.77º 0.78% 0.78% -
XYZ 24.5 42.97 21.47 -
YUV 143.28 108.65 57.9 -
System Red Green Blue C M Y K H S L
Decimal 45 200 109 0.78 0 0.46 0.22 144.77 0.63 0.48
Hex 2D C8 6D 4E 0 2E 16 91 3F 30
Octal 55 310 155 116 0 56 26 221 77 60
Binary 101101 11001000 1101101 1001110 0 101110 10110 10010001 111111 110000

Color Harmonies of #2DC86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC86D

Black with #2DC86D

Text Example


Text Example

White with #2DC86D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,200,109); }

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

background-color css

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

 a { background-color: rgb(45,200,109); }

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

border-color css

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

 span { border-color: rgb(45,200,109); }

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