#2cc05a

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

Shades of Medium Sea Green #2CC05A

Tints of Medium Sea Green #2CC05A

Color information

#2CC05A (or 0x2CC05A) is unknown color: approx Medium Sea Green. HEX triplet: 2C, C0 and 5A. RGB value is (44,192,90). Sum of RGB (Red+Green+Blue) = 44+192+90=326 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.50% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC05A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC05A is #D33FA5. Grayscale: #888888. Windows color (decimal): -13844390 or 5947436. OLE color: 5947436.

HSL color Cylindrical-coordinate representation of color #2CC05A: hue angle of 138.65º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC05A is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB4419290-
CMYK0.7700.530.25
HSL138.65º62.71%46.27%-
HSV(B)138.65º77.08%75.29%-
XYZ21.7338.9716.05-
YUV136.12101.9762.29-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.50%
GREEN value IS 192 (75.39% from 255) = 58.90%
BLUE value IS 90 (35.55% from 255) = 27.61%
R=13.50%
G=58.90%
B=27.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal44192900.7700.530.25138.6562.7146.27
Hex2CC05A4D035198b3f2e
Octal54300132115065312137756
Binary101100110000001011010100110101101011100110001011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cc05a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,192,90); }

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

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

 a { background-color: rgb(44,192,90); }

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

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

 span { border-color: rgb(44,192,90); }

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