Html Css Color HEX #2DC37D Medium Sea Green

📋 copy color: '#2DC37D'

red 45 ◦ green 195 ◦ blue 125

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

Shades of Medium Sea Green #2DC37D

Tints of Medium Sea Green #2DC37D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.42%

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 12.33%
G = 53.42%
B = 34.25%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#2DC37D (or 0x2DC37D) is known color: Medium Sea Green. HEX triplet: 2D, C3 and 7D. RGB value is (45,195,125). Sum of RGB (Red+Green+Blue) = 45+195+125=365 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.33% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC37D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC37D is #D23C82. Grayscale: #8E8E8E. Windows color (decimal): -13778051 or 8241965. OLE color: 8241965.

HSL color Cylindrical-coordinate representation of color #2DC37D: hue angle of 152º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC37D is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 45 195 125 -
CMYK 0.77 0 0.36 0.24
HSL 152º 0.63% 0.47% -
HSV(B) 152º 0.77% 0.76% -
XYZ 24.3 41.07 26.05 -
YUV 142.17 118.31 58.69 -
System Red Green Blue C M Y K H S L
Decimal 45 195 125 0.77 0 0.36 0.24 152 0.63 0.47
Hex 2D C3 7D 4D 0 24 18 98 3E 2F
Octal 55 303 175 115 0 44 30 230 76 57
Binary 101101 11000011 1111101 1001101 0 100100 11000 10011000 111110 101111

Color Harmonies of #2DC37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC37D

Black with #2DC37D

Text Example


Text Example

White with #2DC37D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,195,125); }

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

background-color css

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

 a { background-color: rgb(45,195,125); }

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

border-color css

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

 span { border-color: rgb(45,195,125); }

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