Html Css Color HEX #2DCD6E Medium Sea Green

📋 copy color: '#2DCD6E'

red 45 ◦ green 205 ◦ blue 110

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

Shades of Medium Sea Green #2DCD6E

Tints of Medium Sea Green #2DCD6E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 56.94%

 BLUE value IS 110 (43.36% from 255) = 30.56%

R = 12.5%
G = 56.94%
B = 30.56%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#2DCD6E (or 0x2DCD6E) is known color: Medium Sea Green. HEX triplet: 2D, CD and 6E. RGB value is (45,205,110). Sum of RGB (Red+Green+Blue) = 45+205+110=360 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.5% from 360); Green value is 205 (80.47% from 255 or 56.94% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 205 - color contains mainly: green. Hex color #2DCD6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCD6E is #D23291. Grayscale: #929292. Windows color (decimal): -13775506 or 7261485. OLE color: 7261485.

HSL color Cylindrical-coordinate representation of color #2DCD6E: hue angle of 144.38º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCD6E is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 45 205 110 -
CMYK 0.78 0 0.46 0.20
HSL 144.38º 0.64% 0.49% -
HSV(B) 144.38º 0.78% 0.8% -
XYZ 25.73 45.35 22.15 -
YUV 146.33 107.49 55.72 -
System Red Green Blue C M Y K H S L
Decimal 45 205 110 0.78 0 0.46 0.20 144.38 0.64 0.49
Hex 2D CD 6E 4E 0 2E 14 90 40 31
Octal 55 315 156 116 0 56 24 220 100 61
Binary 101101 11001101 1101110 1001110 0 101110 10100 10010000 1000000 110001

Color Harmonies of #2DCD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCD6E

Black with #2DCD6E

Text Example


Text Example

White with #2DCD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,205,110); }

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

background-color css

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

 a { background-color: rgb(45,205,110); }

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

border-color css

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

 span { border-color: rgb(45,205,110); }

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