Html Css Color HEX #2DD378 Medium Sea Green

📋 copy color: '#2DD378'

red 45 ◦ green 211 ◦ blue 120

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

Shades of Medium Sea Green #2DD378

Tints of Medium Sea Green #2DD378

RGB

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

 GREEN value IS 211 (82.81% from 255) = 56.12%

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

R = 11.97%
G = 56.12%
B = 31.91%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#2DD378 (or 0x2DD378) is known color: Medium Sea Green. HEX triplet: 2D, D3 and 78. RGB value is (45,211,120). Sum of RGB (Red+Green+Blue) = 45+211+120=376 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.97% from 376); Green value is 211 (82.81% from 255 or 56.12% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 211 - color contains mainly: green. Hex color #2DD378 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD378 is #D22C87. Grayscale: #979797. Windows color (decimal): -13773960 or 7918381. OLE color: 7918381.

HSL color Cylindrical-coordinate representation of color #2DD378: hue angle of 147.11º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD378 is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 45 211 120 -
CMYK 0.79 0 0.43 0.17
HSL 147.11º 0.65% 0.5% -
HSV(B) 147.11º 0.79% 0.83% -
XYZ 27.77 48.5 25.67 -
YUV 150.99 110.5 52.4 -
System Red Green Blue C M Y K H S L
Decimal 45 211 120 0.79 0 0.43 0.17 147.11 0.65 0.5
Hex 2D D3 78 4F 0 2B 11 93 41 32
Octal 55 323 170 117 0 53 21 223 101 62
Binary 101101 11010011 1111000 1001111 0 101011 10001 10010011 1000001 110010

Color Harmonies of #2DD378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD378

Black with #2DD378

Text Example


Text Example

White with #2DD378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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