Html Css Color HEX #2CCD7C Medium Sea Green

📋 copy color: '#2CCD7C'

red 44 ◦ green 205 ◦ blue 124

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

Shades of Medium Sea Green #2CCD7C

Tints of Medium Sea Green #2CCD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.24%

R = 11.8%
G = 54.96%
B = 33.24%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#2CCD7C (or 0x2CCD7C) is known color: Medium Sea Green. HEX triplet: 2C, CD and 7C. RGB value is (44,205,124). Sum of RGB (Red+Green+Blue) = 44+205+124=373 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.80% from 373); Green value is 205 (80.47% from 255 or 54.96% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCD7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CCD7C is #D33283. Grayscale: #939393. Windows color (decimal): -13841028 or 8178988. OLE color: 8178988.

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

Color convert

RGB 44 205 124 -
CMYK 0.79 0 0.40 0.20
HSL 149.81º 0.65% 0.49% -
HSV(B) 149.81º 0.79% 0.8% -
XYZ 26.51 45.65 26.48 -
YUV 147.63 114.66 54.09 -
System Red Green Blue C M Y K H S L
Decimal 44 205 124 0.79 0 0.40 0.20 149.81 0.65 0.49
Hex 2C CD 7C 4F 0 28 14 96 41 31
Octal 54 315 174 117 0 50 24 226 101 61
Binary 101100 11001101 1111100 1001111 0 101000 10100 10010110 1000001 110001

Color Harmonies of #2CCD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCD7C

Black with #2CCD7C

Text Example


Text Example

White with #2CCD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,205,124); }

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

background-color css

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

 a { background-color: rgb(44,205,124); }

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

border-color css

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

 span { border-color: rgb(44,205,124); }

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