Html Css Color HEX #2DC57D Medium Sea Green

📋 copy color: '#2DC57D'

red 45 ◦ green 197 ◦ blue 125

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

Shades of Medium Sea Green #2DC57D

Tints of Medium Sea Green #2DC57D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 53.68%

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

R = 12.26%
G = 53.68%
B = 34.06%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#2DC57D (or 0x2DC57D) is known color: Medium Sea Green. HEX triplet: 2D, C5 and 7D. RGB value is (45,197,125). Sum of RGB (Red+Green+Blue) = 45+197+125=367 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.26% from 367); Green value is 197 (77.34% from 255 or 53.68% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 197 - color contains mainly: green. Hex color #2DC57D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC57D is #D23A82. Grayscale: #8F8F8F. Windows color (decimal): -13777539 or 8242477. OLE color: 8242477.

HSL color Cylindrical-coordinate representation of color #2DC57D: hue angle of 151.58º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC57D is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 45 197 125 -
CMYK 0.77 0 0.37 0.23
HSL 151.58º 0.63% 0.47% -
HSV(B) 151.58º 0.77% 0.77% -
XYZ 24.75 41.97 26.2 -
YUV 143.34 117.64 57.85 -
System Red Green Blue C M Y K H S L
Decimal 45 197 125 0.77 0 0.37 0.23 151.58 0.63 0.47
Hex 2D C5 7D 4D 0 25 17 98 3F 2F
Octal 55 305 175 115 0 45 27 230 77 57
Binary 101101 11000101 1111101 1001101 0 100101 10111 10011000 111111 101111

Color Harmonies of #2DC57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC57D

Black with #2DC57D

Text Example


Text Example

White with #2DC57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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