#2FCA60

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

Shades of Medium Sea Green #2FCA60

Tints of Medium Sea Green #2FCA60

Color information

#2FCA60 (or 0x2FCA60) is unknown color: approx Medium Sea Green. HEX triplet: 2F, CA and 60. RGB value is (47,202,96). Sum of RGB (Red+Green+Blue) = 47+202+96=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 202 (79.30% from 255 or 58.55% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 202 - color contains mainly: green. Hex color #2FCA60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCA60 is #D0359F. Grayscale: #8F8F8F. Windows color (decimal): -13645216 or 6343215. OLE color: 6343215.

HSL color Cylindrical-coordinate representation of color #2FCA60: hue angle of 138.97º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCA60 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB4720296-
CMYK0.7700.520.21
HSL138.97º62.25%48.82%-
HSV(B)138.97º76.73%79.22%-
XYZ24.443.6918.21-
YUV143.57101.1559.12-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.62%
GREEN value IS 202 (79.30% from 255) = 58.55%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=13.62%
G=58.55%
B=27.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal47202960.7700.520.21138.9762.2548.82
Hex2FCA604D034158b3e31
Octal57312140115064252137661
Binary101111110010101100000100110101101001010110001011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FCA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,202,96); }

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

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

 a { background-color: rgb(47,202,96); }

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

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

 span { border-color: rgb(47,202,96); }

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