Html Css Color HEX #2DC178 Medium Sea Green

📋 copy color: '#2DC178'

red 45 ◦ green 193 ◦ blue 120

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

Shades of Medium Sea Green #2DC178

Tints of Medium Sea Green #2DC178

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.91%

 BLUE value IS 120 (47.27% from 255) = 33.52%

R = 12.57%
G = 53.91%
B = 33.52%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#2DC178 (or 0x2DC178) is known color: Medium Sea Green. HEX triplet: 2D, C1 and 78. RGB value is (45,193,120). Sum of RGB (Red+Green+Blue) = 45+193+120=358 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.57% from 358); Green value is 193 (75.78% from 255 or 53.91% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC178 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC178 is #D23E87. Grayscale: #8C8C8C. Windows color (decimal): -13778568 or 7913773. OLE color: 7913773.

HSL color Cylindrical-coordinate representation of color #2DC178: hue angle of 150.41º 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 #2DC178 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 45 193 120 -
CMYK 0.77 0 0.38 0.24
HSL 150.41º 0.62% 0.47% -
HSV(B) 150.41º 0.77% 0.76% -
XYZ 23.54 40.05 24.26 -
YUV 140.43 116.47 59.94 -
System Red Green Blue C M Y K H S L
Decimal 45 193 120 0.77 0 0.38 0.24 150.41 0.62 0.47
Hex 2D C1 78 4D 0 26 18 96 3E 2F
Octal 55 301 170 115 0 46 30 226 76 57
Binary 101101 11000001 1111000 1001101 0 100110 11000 10010110 111110 101111

Color Harmonies of #2DC178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC178

Black with #2DC178

Text Example


Text Example

White with #2DC178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,193,120); }

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

background-color css

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

 a { background-color: rgb(45,193,120); }

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

border-color css

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

 span { border-color: rgb(45,193,120); }

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