#2FCD6E

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

Shades of Medium Sea Green #2FCD6E

Tints of Medium Sea Green #2FCD6E

Color information

#2FCD6E (or 0x2FCD6E) is unknown color: approx Medium Sea Green. HEX triplet: 2F, CD and 6E. RGB value is (47,205,110). Sum of RGB (Red+Green+Blue) = 47+205+110=362 (47% of max value = 765). Red value is 47 (18.75% from 255 or 12.98% from 362); Green value is 205 (80.47% from 255 or 56.63% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCD6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCD6E is #D03291. Grayscale: #939393. Windows color (decimal): -13644434 or 7261487. OLE color: 7261487.

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

Color convert

RGB47205110-
CMYK0.7700.460.20
HSL143.92º62.7%49.41%-
HSV(B)143.92º77.07%80.39%-
XYZ25.8245.3922.15-
YUV146.93107.1556.72-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.98%
GREEN value IS 205 (80.47% from 255) = 56.63%
BLUE value IS 110 (43.36% from 255) = 30.39%
R=12.98%
G=56.63%
B=30.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal472051100.7700.460.20143.9262.749.41
Hex2FCD6E4D02E14903f31
Octal57315156115056242207761
Binary101111110011011101110100110101011101010010010000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FCD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,205,110); }

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

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

 a { background-color: rgb(47,205,110); }

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

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

 span { border-color: rgb(47,205,110); }

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