Html Css Color HEX #2CD472 Medium Sea Green

📋 copy color: '#2CD472'

red 44 ◦ green 212 ◦ blue 114

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

Shades of Medium Sea Green #2CD472

Tints of Medium Sea Green #2CD472

RGB

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

 GREEN value IS 212 (83.2% from 255) = 57.3%

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

R = 11.89%
G = 57.3%
B = 30.81%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#2CD472 (or 0x2CD472) is known color: Medium Sea Green. HEX triplet: 2C, D4 and 72. RGB value is (44,212,114). Sum of RGB (Red+Green+Blue) = 44+212+114=370 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.89% from 370); Green value is 212 (83.20% from 255 or 57.30% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 212 - color contains mainly: green. Hex color #2CD472 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD472 is #D32B8D. Grayscale: #969696. Windows color (decimal): -13839246 or 7525420. OLE color: 7525420.

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

Color convert

RGB 44 212 114 -
CMYK 0.79 0 0.46 0.17
HSL 145º 0.66% 0.5% -
HSV(B) 145º 0.79% 0.83% -
XYZ 27.62 48.84 23.89 -
YUV 150.6 107.34 51.97 -
System Red Green Blue C M Y K H S L
Decimal 44 212 114 0.79 0 0.46 0.17 145 0.66 0.5
Hex 2C D4 72 4F 0 2E 11 91 42 32
Octal 54 324 162 117 0 56 21 221 102 62
Binary 101100 11010100 1110010 1001111 0 101110 10001 10010001 1000010 110010

Color Harmonies of #2CD472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD472

Black with #2CD472

Text Example


Text Example

White with #2CD472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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