#2FC87A

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

Shades of Medium Sea Green #2FC87A

Tints of Medium Sea Green #2FC87A

Color information

#2FC87A (or 0x2FC87A) is unknown color: approx Medium Sea Green. HEX triplet: 2F, C8 and 7A. RGB value is (47,200,122). Sum of RGB (Red+Green+Blue) = 47+200+122=369 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.74% from 369); Green value is 200 (78.52% from 255 or 54.20% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC87A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC87A is #D03785. Grayscale: #919191. Windows color (decimal): -13645702 or 8046639. OLE color: 8046639.

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

Color convert

RGB47200122-
CMYK0.7600.390.22
HSL149.41º61.94%48.43%-
HSV(B)149.41º76.5%78.43%-
XYZ25.3443.3225.44-
YUV145.36114.8157.84-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.74%
GREEN value IS 200 (78.52% from 255) = 54.20%
BLUE value IS 122 (48.05% from 255) = 33.06%
R=12.74%
G=54.20%
B=33.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal472001220.7600.390.22149.4161.9448.43
Hex2FC87A4C02716953e30
Octal57310172114047262257660
Binary101111110010001111010100110001001111011010010101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,200,122); }

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

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

 a { background-color: rgb(47,200,122); }

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

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

 span { border-color: rgb(47,200,122); }

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