Html Css Color HEX #2CD378 Medium Sea Green

📋 copy color: '#2CD378'

red 44 ◦ green 211 ◦ blue 120

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

Shades of Medium Sea Green #2CD378

Tints of Medium Sea Green #2CD378

RGB

 RED value IS 44 (17.58% from 255) = 11.73%

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

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

R = 11.73%
G = 56.27%
B = 32%

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

#2CD378 (or 0x2CD378) is known color: Medium Sea Green. HEX triplet: 2C, D3 and 78. RGB value is (44,211,120). Sum of RGB (Red+Green+Blue) = 44+211+120=375 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.73% from 375); Green value is 211 (82.81% from 255 or 56.27% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 211 - color contains mainly: green. Hex color #2CD378 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD378 is #D32C87. Grayscale: #969696. Windows color (decimal): -13839496 or 7918380. OLE color: 7918380.

HSL color Cylindrical-coordinate representation of color #2CD378: hue angle of 147.31º 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 #2CD378 is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 44 211 120 -
CMYK 0.79 0 0.43 0.17
HSL 147.31º 0.65% 0.5% -
HSV(B) 147.31º 0.79% 0.83% -
XYZ 27.72 48.48 25.67 -
YUV 150.69 110.67 51.9 -
System Red Green Blue C M Y K H S L
Decimal 44 211 120 0.79 0 0.43 0.17 147.31 0.65 0.5
Hex 2C D3 78 4F 0 2B 11 93 41 32
Octal 54 323 170 117 0 53 21 223 101 62
Binary 101100 11010011 1111000 1001111 0 101011 10001 10010011 1000001 110010

Color Harmonies of #2CD378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD378

Black with #2CD378

Text Example


Text Example

White with #2CD378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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