#2CC270

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

Shades of Medium Sea Green #2CC270

Tints of Medium Sea Green #2CC270

Color information

#2CC270 (or 0x2CC270) is unknown color: approx Medium Sea Green. HEX triplet: 2C, C2 and 70. RGB value is (44,194,112). Sum of RGB (Red+Green+Blue) = 44+194+112=350 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.57% from 350); Green value is 194 (76.17% from 255 or 55.43% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC270 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC270 is #D33D8F. Grayscale: #8B8B8B. Windows color (decimal): -13843856 or 7389740. OLE color: 7389740.

HSL color Cylindrical-coordinate representation of color #2CC270: hue angle of 147.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 #2CC270 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB44194112-
CMYK0.7700.420.24
HSL147.2º63.03%46.67%-
HSV(B)147.2º77.32%76.08%-
XYZ23.2640.2921.88-
YUV139.8112.359.67-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.57%
GREEN value IS 194 (76.17% from 255) = 55.43%
BLUE value IS 112 (44.14% from 255) = 32%
R=12.57%
G=55.43%
B=32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal441941120.7700.420.24147.263.0346.67
Hex2CC2704D02A18933f2f
Octal54302160115052302237757
Binary101100110000101110000100110101010101100010010011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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