#2FC966

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

Shades of Medium Sea Green #2FC966

Tints of Medium Sea Green #2FC966

Color information

#2FC966 (or 0x2FC966) is unknown color: approx Medium Sea Green. HEX triplet: 2F, C9 and 66. RGB value is (47,201,102). Sum of RGB (Red+Green+Blue) = 47+201+102=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 201 (78.91% from 255 or 57.43% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC966 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC966 is #D03699. Grayscale: #8F8F8F. Windows color (decimal): -13645466 or 6736175. OLE color: 6736175.

HSL color Cylindrical-coordinate representation of color #2FC966: hue angle of 141.43º 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 #2FC966 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB47201102-
CMYK0.7700.490.21
HSL141.43º62.1%48.63%-
HSV(B)141.43º76.62%78.82%-
XYZ24.4643.3419.65-
YUV143.67104.4859.05-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.43%
GREEN value IS 201 (78.91% from 255) = 57.43%
BLUE value IS 102 (40.23% from 255) = 29.14%
R=13.43%
G=57.43%
B=29.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal472011020.7700.490.21141.4362.148.63
Hex2FC9664D031158d3e31
Octal57311146115061252157661
Binary101111110010011100110100110101100011010110001101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,201,102); }

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

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

 a { background-color: rgb(47,201,102); }

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

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

 span { border-color: rgb(47,201,102); }

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