#2FC45C

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

Shades of Medium Sea Green #2FC45C

Tints of Medium Sea Green #2FC45C

Color information

#2FC45C (or 0x2FC45C) is unknown color: approx Medium Sea Green. HEX triplet: 2F, C4 and 5C. RGB value is (47,196,92). Sum of RGB (Red+Green+Blue) = 47+196+92=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 196 (76.95% from 255 or 58.51% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC45C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC45C is #D03BA3. Grayscale: #8B8B8B. Windows color (decimal): -13646756 or 6079535. OLE color: 6079535.

HSL color Cylindrical-coordinate representation of color #2FC45C: hue angle of 138.12º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC45C is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB4719692-
CMYK0.7600.530.23
HSL138.12º61.32%47.65%-
HSV(B)138.12º76.02%76.86%-
XYZ22.8440.8616.81-
YUV139.59101.1461.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.03%
GREEN value IS 196 (76.95% from 255) = 58.51%
BLUE value IS 92 (36.33% from 255) = 27.46%
R=14.03%
G=58.51%
B=27.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal47196920.7600.530.23138.1261.3247.65
Hex2FC45C4C035178a3d30
Octal57304134114065272127560
Binary101111110001001011100100110001101011011110001010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,196,92); }

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

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

 a { background-color: rgb(47,196,92); }

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

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

 span { border-color: rgb(47,196,92); }

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