#2ccf6f

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

Shades of Medium Sea Green #2CCF6F

Tints of Medium Sea Green #2CCF6F

Color information

#2CCF6F (or 0x2CCF6F) is unknown color: approx Medium Sea Green. HEX triplet: 2C, CF and 6F. RGB value is (44,207,111). Sum of RGB (Red+Green+Blue) = 44+207+111=362 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.15% from 362); Green value is 207 (81.25% from 255 or 57.18% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 207 - color contains mainly: green. Hex color #2CCF6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CCF6F is #D33090. Grayscale: #939393. Windows color (decimal): -13840529 or 7327532. OLE color: 7327532.

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

Color convert

RGB44207111-
CMYK0.7900.460.19
HSL144.66º64.94%49.22%-
HSV(B)144.66º78.74%81.18%-
XYZ26.2246.3122.6-
YUV147.32107.554.31-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.15%
GREEN value IS 207 (81.25% from 255) = 57.18%
BLUE value IS 111 (43.75% from 255) = 30.66%
R=12.15%
G=57.18%
B=30.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal442071110.7900.460.19144.6664.9449.22
Hex2CCF6F4F02E13914131
Octal543171571170562322110161
Binary1011001100111111011111001111010111010011100100011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ccf6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,207,111); }

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

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

 a { background-color: rgb(44,207,111); }

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

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

 span { border-color: rgb(44,207,111); }

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