#2CC26B

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

Shades of Medium Sea Green #2CC26B

Tints of Medium Sea Green #2CC26B

Color information

#2CC26B (or 0x2CC26B) is unknown color: approx Medium Sea Green. HEX triplet: 2C, C2 and 6B. RGB value is (44,194,107). Sum of RGB (Red+Green+Blue) = 44+194+107=345 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.75% from 345); Green value is 194 (76.17% from 255 or 56.23% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC26B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC26B is #D33D94. Grayscale: #8B8B8B. Windows color (decimal): -13843861 or 7062060. OLE color: 7062060.

HSL color Cylindrical-coordinate representation of color #2CC26B: hue angle of 145.2º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC26B is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB44194107-
CMYK0.7700.450.24
HSL145.2º63.03%46.67%-
HSV(B)145.2º77.32%76.08%-
XYZ22.9840.1820.45-
YUV139.23109.860.07-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.75%
GREEN value IS 194 (76.17% from 255) = 56.23%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=12.75%
G=56.23%
B=31.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal441941070.7700.450.24145.263.0346.67
Hex2CC26B4D02D18913f2f
Octal54302153115055302217757
Binary101100110000101101011100110101011011100010010001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,194,107); }

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

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

 a { background-color: rgb(44,194,107); }

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

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

 span { border-color: rgb(44,194,107); }

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