#2FC45B

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

Shades of Medium Sea Green #2FC45B

Tints of Medium Sea Green #2FC45B

Color information

#2FC45B (or 0x2FC45B) is unknown color: approx Medium Sea Green. HEX triplet: 2F, C4 and 5B. RGB value is (47,196,91). Sum of RGB (Red+Green+Blue) = 47+196+91=334 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.07% from 334); Green value is 196 (76.95% from 255 or 58.68% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC45B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC45B is #D03BA4. Grayscale: #8B8B8B. Windows color (decimal): -13646757 or 6013999. OLE color: 6013999.

HSL color Cylindrical-coordinate representation of color #2FC45B: hue angle of 137.72º 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 #2FC45B is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB4719691-
CMYK0.7600.540.23
HSL137.72º61.32%47.65%-
HSV(B)137.72º76.02%76.86%-
XYZ22.840.8416.58-
YUV139.48100.6462.04-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.07%
GREEN value IS 196 (76.95% from 255) = 58.68%
BLUE value IS 91 (35.94% from 255) = 27.25%
R=14.07%
G=58.68%
B=27.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal47196910.7600.540.23137.7261.3247.65
Hex2FC45B4C036178a3d30
Octal57304133114066272127560
Binary101111110001001011011100110001101101011110001010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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