#2CC771

Color #2CC771 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2CC771

Tints of Medium Sea Green #2CC771

Color information

#2CC771 (or 0x2CC771) is unknown color: approx Medium Sea Green. HEX triplet: 2C, C7 and 71. RGB value is (44,199,113). Sum of RGB (Red+Green+Blue) = 44+199+113=356 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.36% from 356); Green value is 199 (78.12% from 255 or 55.90% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 199 - color contains mainly: green. Hex color #2CC771 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC771 is #D3388E. Grayscale: #8F8F8F. Windows color (decimal): -13842575 or 7456556. OLE color: 7456556.

HSL color Cylindrical-coordinate representation of color #2CC771: hue angle of 146.71º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC771 is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB44199113-
CMYK0.7800.430.22
HSL146.71º63.79%47.65%-
HSV(B)146.71º77.89%78.04%-
XYZ24.4442.5722.55-
YUV142.85111.1557.49-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.36%
GREEN value IS 199 (78.12% from 255) = 55.90%
BLUE value IS 113 (44.53% from 255) = 31.74%
R=12.36%
G=55.90%
B=31.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal441991130.7800.430.22146.7163.7947.65
Hex2CC7714E02B16934030
Octal543071611160532622310060
Binary1011001100011111100011001110010101110110100100111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,199,113); }

 H1.HeaderClassName
 {
   color: #2CC771;
 }
 .AnyTagClassName
 {
   color: #2CC771;
 }
</style>
background-color css

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

 a { background-color: rgb(44,199,113); }

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

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

 span { border-color: rgb(44,199,113); }

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