Html Css Color HEX #2CD672 Medium Sea Green

📋 copy color: '#2CD672'

red 44 ◦ green 214 ◦ blue 114

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

Shades of Medium Sea Green #2CD672

Tints of Medium Sea Green #2CD672

RGB

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

 GREEN value IS 214 (83.98% from 255) = 57.53%

 BLUE value IS 114 (44.92% from 255) = 30.65%

R = 11.83%
G = 57.53%
B = 30.65%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#2CD672 (or 0x2CD672) is known color: Medium Sea Green. HEX triplet: 2C, D6 and 72. RGB value is (44,214,114). Sum of RGB (Red+Green+Blue) = 44+214+114=372 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.83% from 372); Green value is 214 (83.98% from 255 or 57.53% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 214 - color contains mainly: green. Hex color #2CD672 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD672 is #D3298D. Grayscale: #979797. Windows color (decimal): -13838734 or 7525932. OLE color: 7525932.

HSL color Cylindrical-coordinate representation of color #2CD672: hue angle of 144.71º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD672 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 44 214 114 -
CMYK 0.79 0 0.47 0.16
HSL 144.71º 0.67% 0.51% -
HSV(B) 144.71º 0.79% 0.84% -
XYZ 28.12 49.84 24.06 -
YUV 151.77 106.68 51.13 -
System Red Green Blue C M Y K H S L
Decimal 44 214 114 0.79 0 0.47 0.16 144.71 0.67 0.51
Hex 2C D6 72 4F 0 2F 10 91 43 33
Octal 54 326 162 117 0 57 20 221 103 63
Binary 101100 11010110 1110010 1001111 0 101111 10000 10010001 1000011 110011

Color Harmonies of #2CD672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD672

Black with #2CD672

Text Example


Text Example

White with #2CD672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,214,114); }

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

background-color css

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

 a { background-color: rgb(44,214,114); }

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

border-color css

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

 span { border-color: rgb(44,214,114); }

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