#2FCC5F

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

Shades of Medium Sea Green #2FCC5F

Tints of Medium Sea Green #2FCC5F

Color information

#2FCC5F (or 0x2FCC5F) is unknown color: approx Medium Sea Green. HEX triplet: 2F, CC and 5F. RGB value is (47,204,95). Sum of RGB (Red+Green+Blue) = 47+204+95=346 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.58% from 346); Green value is 204 (80.08% from 255 or 58.96% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCC5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCC5F is #D033A0. Grayscale: #909090. Windows color (decimal): -13644705 or 6278191. OLE color: 6278191.

HSL color Cylindrical-coordinate representation of color #2FCC5F: hue angle of 138.34º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCC5F is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB4720495-
CMYK0.7700.530.2
HSL138.34º62.55%49.22%-
HSV(B)138.34º76.96%80%-
XYZ24.8344.6218.13-
YUV144.6399.9958.36-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.58%
GREEN value IS 204 (80.08% from 255) = 58.96%
BLUE value IS 95 (37.5% from 255) = 27.46%
R=13.58%
G=58.96%
B=27.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal47204950.7700.530.2138.3462.5549.22
Hex2FCC5F4D035148a3f31
Octal57314137115065242127761
Binary101111110011001011111100110101101011010010001010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FCC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,204,95); }

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

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

 a { background-color: rgb(47,204,95); }

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

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

 span { border-color: rgb(47,204,95); }

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